How to setup Github Blog via Pelican
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
- Create a blog directory for all blog content and styles:
mkdir <blogname>
- Go into the blog …