Migrate blog to Pelican and GitHub Pages

Fri 24 July 2015
Installation $ git clone https://github.com/ownport/notes.git $ cd notes $ docker build -t 'ownport.github.io' . Update site Run container and re-generate HTML pages $ docker run -ti --rm --name 'notes' -v ${pwd}/engine:/data/engine ownport.github.io $ cd /data/engine/ $ make html $ exit Publishing to GitHub GitHub Pages ...