There are many ways to setup a Github blog, but since I love Python I think it makes sense to use Pelican, which is a Static Site Generator, Powered by Python.

Set up environment

  1. Create a blog directory for all blog content and styles: mkdir <blogname>
  2. Go into the blog …