{"id":25311508,"url":"https://github.com/xiokka/ironite","last_synced_at":"2025-04-07T11:48:36.010Z","repository":{"id":251978848,"uuid":"839004760","full_name":"xiokka/ironite","owner":"xiokka","description":"Simple static site generator written in Rust.","archived":false,"fork":false,"pushed_at":"2025-01-04T04:39:05.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T14:43:51.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiokka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-06T19:17:51.000Z","updated_at":"2025-01-04T04:39:09.000Z","dependencies_parsed_at":"2024-08-06T23:52:38.800Z","dependency_job_id":"31adf080-64c7-44fb-a9ab-874048fb2e76","html_url":"https://github.com/xiokka/ironite","commit_stats":null,"previous_names":["xiokka/ironite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiokka%2Fironite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiokka%2Fironite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiokka%2Fironite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiokka%2Fironite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiokka","download_url":"https://codeload.github.com/xiokka/ironite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648914,"owners_count":20972944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-13T14:41:11.924Z","updated_at":"2025-04-07T11:48:35.980Z","avatar_url":"https://github.com/xiokka.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ironite\nSimple static site generator written in Rust.\n\n[My personal blog runs on ironite](https://xiokka.neocities.org/articles/)\n\n## Usage\nCreate a new project\n```bash\nironite new_project $project_name\n```\nExample\n```bash\nironite new_project \"My simple static blog\"\n```\nThis will generate some basic project files and directories.\n\nprojectname.txt =\u003e contains project name.\n\nstatic/base.html =\u003e base HTML file that will be used as a template to generate all pages. It contains two placeholdes ($TITLE and $CONTENT) which the generator function will replace accordingly.\n\nstatic/about.html =\u003e The $CONTENT of the homepage. This also contains the placeholder $NAVCLOUD, which the generator function will replace with links to each tag index page (each tag index page contains links to all entries for that tag).\n\nstatic/style.css =\u003e a rather empty CSS file.\n\nentries/ =\u003e contains blog entries.\n\nimages/ =\u003e contains images.\n\nNew blog entry\n```bash\nironite new_entry $entry_name\n```\nExample\n```bash\nironite new_entry \"This is my entry, there are many like it but this one is mine\"\n```\nOnce a new entry is created, the corresponding subdirectory is created inside the entries directory. Within that entry, you will find two files: \"tags.txt\" and \"content.html\".\ntags.txt contains the tags for that entry, where each tag is separated by a whitespace. For example:\n```\nlinux programming command_line\n```\nassigns that entry the tags \"linux\", \"programming\" and \"command_line\".\n\ncontent.html is the blog entry itself. The contents of content.html will be inserted into a copy of base.html and thus the blog entry page will be generated.\n\nGenerate site\n```bash\nironite generate\n```\nThis will create the public/ directory, where the site has been generated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiokka%2Fironite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiokka%2Fironite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiokka%2Fironite/lists"}