Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 664 Bytes

Readme.md

File metadata and controls

31 lines (20 loc) · 664 Bytes

gollyx-iii-pelican-theme

Pelican theme for the the Hellmouth Cup III website.

Basically a clone of https://github.com/golly-splorts/golly-ii-pelican-theme with some minor tweaks.

The Pelican theme consists of all elements of the UI that are common to all pages of the Golly UI.

Installation

To install the theme:

git clone <this repo>

# If theme is not installed, install it
pelican-themes -i gollyx-iii-pelican-theme

# If theme is installed, update it
pelican-themes -U gollyx-iii-pelican-theme

Usage

To use this Pelican theme, set the theme to gollyx-iii-pelican-theme in pelican.conf.

THEME = 'gollyx-iii-pelican-theme'