This repo contains my personal blog, and a simple/stupid "framework" (nope) to help me manage it.
- write your posts in Markdown under
blog/posts/src - run
maketo generate HTML from Markdown - run
make rssto generate RSS Feed,blog/atom.xml - run
make sitemapto generate sitemap,blog/sitemap.xml - run
make syncto sync the blog to server
Markdown-to-HTML transformation relies on Pandoc, template and metadata of generated HTML can be found at blog/posts/templates
Enjoy
P.S. visit my blog at http://idle.systems (mostly in Chinese)