Skip to content

golly-splorts/gollyx-toroidal-pelican-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gollyx-toroidal-pelican-theme

Pelican theme for the the GollyX Toroidal Cup website.

Basically a clone of https://github.com/golly-splorts/golly-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-toroidal-pelican-theme

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

Usage

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

THEME = 'gollyx-toroidal-pelican-theme'

See readme for golly-pelican-theme (link at top) for more.