My custom theme for hybridhacker.com.
This theme is based on pelican-alchemy, a very nice and clean theme for Pelican static site generator.
Clone the repo:
git clone https://github.com/nicolaballotta/pelican-hybrid-alchemy
Set the THEME
variable in your Pelican config:
THEME = '<PATH_TO_REPO>'
In your Pelican site:
mkdir themes
git submodule add https://github.com/nicolaballotta/pelican-hybrid-alchemy themes/pelican-hybrid-alchemy
And in Pelican config:
THEME = 'themes/pelican-hybrid-alchemy'