{"id":16266607,"url":"https://github.com/chambln/red","last_synced_at":"2025-06-10T20:12:07.711Z","repository":{"id":144115397,"uuid":"197118298","full_name":"chambln/red","owner":"chambln","description":"red – static site generator","archived":false,"fork":false,"pushed_at":"2021-08-13T16:49:46.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-08T14:53:00.214Z","etag":null,"topics":["makefile","pandoc","sass","static-site-generator"],"latest_commit_sha":null,"homepage":"https://cosine.blue/red/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chambln.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2019-07-16T04:07:05.000Z","updated_at":"2021-08-13T16:49:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3b47605-ace9-40fd-b513-73353eccff59","html_url":"https://github.com/chambln/red","commit_stats":{"total_commits":31,"total_committers":4,"mean_commits":7.75,"dds":"0.29032258064516125","last_synced_commit":"6f43b50126579e247f06becbd92ace4773d249c7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fred","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fred/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fred/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fred/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chambln","download_url":"https://codeload.github.com/chambln/red/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fred/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259144833,"owners_count":22811926,"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":["makefile","pandoc","sass","static-site-generator"],"created_at":"2024-10-10T17:42:35.653Z","updated_at":"2025-06-10T20:12:07.681Z","avatar_url":"https://github.com/chambln.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# red – static site generator\n\nThis is really just a makefile for turning Markdown and Sass into HTML\nand CSS to produce a simple static blog.\nThere are no scripts or binaries.\n\nA demo of the generated site template is available at \u003chttps://cosine.blue/red/\u003e.\n\nA brief summary of the Makefile is this:\n\n    src/*.md         →  www/*.html\n    src/posts/*.md   →  www/*.html + www/index.html\n    src/main.sass    →  www/main.css\n\n    src/header.html     Prepended to every page\n    src/footer.html     Appended to every page\n\nPosts are automatically listed in a section appended to the index page\n(`src/index.md → index.html`).\nThe list is sorted alphabetically, so if you name your posts in the\nform `YYYY-MM-DD-*.md`, they will be listed in chronological order.\n\n## Dependencies\n\nGNU Make is required.\nTo build the HTML pages, you need Pandoc.\nTo build the style sheet, you need a Sass preprocessor such as `sassc`\n(edit `Makefile` to use another implementation).\n\n## Usage\n\nEdit and create files within the `src/` directory to determine the\nsite's content.  Then build:\n\n    make\n\nYou can enter\n\n    make clean\n\nto remove all the files that were generated by `make`.\n\nIf you modify the `rsync` command in the `deploy` task in the\n`Makefile`, you can deploy the generated site to a webserver by running\n\n    make deploy\n\n## See also\n\nA few similar tools I've seen are [bake][1], [pdsite][2], and\n[tundra.sh][3].\n\n[1]: https://github.com/fcanas/bake\n[2]: http://pdsite.org\n[3]: https://frainfreeze.github.io/tundra\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambln%2Fred","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchambln%2Fred","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambln%2Fred/lists"}