nicolaballotta / pelican-hybrid-alchemy

Pelican theme for my personal blog

Home Page: https://hybridhacker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Pelican theme for my personal blog

https://hybridhacker.com

License:MIT License


Languages

Language:HTML 74.4%Language:CSS 25.6%