The Dod e10af4f963 No empty "Tags:" for articles
also fixed stupid typo
2012-11-05 21:23:31 +07:00
2012-05-14 20:33:38 +02:00
2012-05-30 13:49:27 +10:00
2012-08-24 15:09:28 -07:00
2012-06-12 18:39:12 +02:00
2012-06-10 01:24:29 +02:00
2012-07-07 08:31:08 +05:45
2012-07-01 15:40:51 +02:00
2012-06-12 18:39:12 +02:00
2012-06-19 19:48:43 -07:00
2012-11-05 12:51:12 +07:00

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!
Languages
CSS 54.7%
HTML 31.5%
JavaScript 13.7%