This is a lean website markdown based. html is generated by pandoc and reformated for django template using a python script.
NOTE:
Using git 2 behavior::
git config --global push.default simple
get it on webfaction::
git clone https://github.com/icode-live/icodeWebsite.git
update on webfaction::
git pull
push it from yoshiki::
git push
Don't modify files too often on Webfaction lest you may need this::
git fetch
git reset --hard origin/master
Python docs
pydoc3.5 -p 1337
pydoc <module> ...