A static site pushed to https://github.com/jimpurbrick/jimpurbrick.github.com
- virtualenv --python=
which python2
venv - source venv/bin/activate
- pip install -r requirements.txt
- git clone https://github.com/jimpurbrick/jimpurbrick.github.com.git output
- git clone https://github.com/jimpurbrick/pelican-themes.git themes
- Edit blog posts in the content directory
- make publish
- cd output; git commit -am "update"; git push