A static blog generator written in python.
Requirements:
- Python 2.7
- Python-Markdown package
How to use:
- git clone https://github.com/travisred/blogpy.git
- edit settings.py to fit your site
- add a markdown-formatted post to md -- you can see an example at md/hello
- python build.py
- upload the "site" directory to host
Note: as of v2.0, links for posts changed from /md-file-title.html to /md-file-title/.
Licensed under GPL v3.0.
If you need somewhere to host your site, check out Digital Ocean.