basic site structure - just a setup
Run
python generate.py
to compile your .part.html files into proper html files in the build/ directory.
(The Makefile does that to... and will probably rsync something eventually.)
Then locally you can do
python -m SimpleHTTPServer
and then navigate to
http://localhost:8000/
to test stuff out. (Specifically in build/)