Using http://github.com/aivuk/flaskyll for the static site generation.
You need Pandoc to convert the Markdown files to HTML. Install it following:
http://johnmacfarlane.net/pandoc/installing.html
$ mkvirtualenv py
$ workon py
Do not use pip version, because it has Pandoc binary path hardcoded in it.
$ git clone [email protected]:kennethreitz/pyandoc.git
$ cd pyandoc
$ python setup.py install
$ git clone https://github.com/aivuk/flaskyll.git
$ cd flaskyll
$ pip install -r requirements.txt
First build the pages to build/ directory:
$ fab build
Run localserver:
$ fab run