Pelican Site Setup

Resources for getting running on github pages

  1. I started out by following the "hello world" of github pages.
  2. Next, this post walks through how to organize your repository for using pelican with github pages.

Theme

Additional plugins

  • using the ipython-pelican plugin for writing posts in ipython notebooks.
  • pelican-gist plugin for embedding github gists. TODO : make the gist responsive in this blog

Commands for developing:

See what the current static site looks like locally: > make html && make devserver


Written by sideprojects in Notes on Sun 20 December 2015. Tags: pelican,