aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 3340aa67d90c1fd1bee51861347188361675d80d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This fork adds the *waterspill-en* (as seen on `this blog`_).

.. _this blog: https://dubiousdod.org/blog/

Differences from *waterspill* are:

* Language is English
* Font is larger (I have bad eyesight :) )
* Tags aren't mentioned if you have none (both at the article level and on the sidebar)
* It's possible to suppress category display
* It's possible to add custom items before/after the main menu

Example pelicanconf.py snippet:
::

    BEFORE_MENU = [
        {'name':"Main site", 'url':'/'},
    ]

    AFTER_MENU = [
        {'name':"Gallery", 'url':'http://example.com/galleries/mygallery'},
    ]

    SUPPRESS_CATEGORIES_ON_MENU = True
    SUPPRESS_ITEM_CATEGORIES = True

-------------------------------

Pelican themes
##############

This repository contains themes for pelican, feel free to clone, add you own
and make a pull request, it's community-managed!