Minimalist static site generator for a blog.
(install with pip first)
jinja2
markdown
pygments
-
Put posts in .md files in the posts directory. There are examples you can edit.
-
Run build.py
-
It should output some html files to a build directory
-
Upload those files to your website.
-
Done!