Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 753 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 753 Bytes

Pelican Hybrid Alchemy theme

My custom theme for hybridhacker.com.

This theme is based on pelican-alchemy, a very nice and clean theme for Pelican static site generator.

Installation

From Git repo

Clone the repo:

git clone https://github.com/nicolaballotta/pelican-hybrid-alchemy

Set the THEME variable in your Pelican config:

THEME = '<PATH_TO_REPO>'

As a Submodule

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'