Pelican Site Setup
Resources for getting running on github pages
- I started out by following the "hello world" of github pages.
- Next, this post walks through how to organize your repository for using pelican with github pages.
Theme
- Primarily using this theme. With some modifications
- Also, inspired by this theme
- This is the image I'm using at the top.
Additional plugins
- using the ipython-pelican plugin for writing posts in ipython notebooks.
- Running notebooks in a docker container for editing
- This CSS fixed my jupyter notebooks on mobile.
- 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