{"id":19591402,"url":"https://github.com/taoso/makedown","last_synced_at":"2026-05-06T00:31:53.831Z","repository":{"id":170910344,"uuid":"647154548","full_name":"taoso/makedown","owner":"taoso","description":"Makefile for Markdown Blogging","archived":false,"fork":false,"pushed_at":"2023-05-30T09:31:36.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T06:45:49.223Z","etag":null,"topics":["bash","lua","makefile","markdown","pandoc","pandoc-filter","pandoc-markdown","static-site-generator"],"latest_commit_sha":null,"homepage":"https://taoshu.in/unix/makefile-based-blogging.html","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taoso.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":"2023-05-30T07:14:16.000Z","updated_at":"2023-08-11T05:38:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"caeca880-6464-4fd2-9e3d-7bf03f8ec055","html_url":"https://github.com/taoso/makedown","commit_stats":null,"previous_names":["taoso/makedown"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fmakedown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fmakedown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fmakedown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fmakedown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taoso","download_url":"https://codeload.github.com/taoso/makedown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240866251,"owners_count":19870313,"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":["bash","lua","makefile","markdown","pandoc","pandoc-filter","pandoc-markdown","static-site-generator"],"created_at":"2024-11-11T08:28:54.759Z","updated_at":"2026-05-06T00:31:53.788Z","avatar_url":"https://github.com/taoso.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Makedown - Makefile based Markdown Blogging\n\nMarkdown is a simple blogging toolchain based on makefile.\n\n## Quick Start\n\nYou only need to install the make, bash and pandoc.\n\nThen clone this repository.\n\n```bash\ngit clone https://github.com/taoso/makedown.git\n```\n\nWith makedown, you can create a new blog. You need to offer the blog dir.\n\n```bash\nmake -f path/to/makedown/Makefile new dir=hello\n```\n\nAfter this, you can build html for markdown file.\n\n```bash\ncd hello\nmake -f path/to/makedown/Makefile build\n```\n\n```bash\npython3 -m http.server\n```\n\nFinally, open http://localhost:8000 to see the generated website.\n\n## Customization\n\nLet's `$root` represent the directory of blog.\n\nYou need to custom some site data in the `$root/env` file:\n\n```bash\nsite_title=makedown\nsite_url=https://example.com\nauthor_name=Bob\nauthor_email=bob@example.com\n```\n\nWhile most of this info are mainly used for generating Atom feed, the `$site_title`\nwill also be used for generating index.html for all directories.\n\nThe template file `$root/article.tpl` is used for generating html for markdown.\nAnd the template file `$root/index.tpl` is used for generating all index.html[s].\n\nBoth two files are the standard pandoc template.\n\nWhile the index.html generated for the top root directory will contain links for\nall markdown's html files, the index.html in one sub-directory only contains the\nhtml in this directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoso%2Fmakedown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaoso%2Fmakedown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoso%2Fmakedown/lists"}