diff options
author | Simon Holywell <treffynnon@php.net> | 2012-12-12 14:14:14 +0000 |
---|---|---|
committer | Simon Holywell <treffynnon@php.net> | 2012-12-12 14:14:14 +0000 |
commit | d8d9762718ab9e5b5ae3f51b7e42ee52a0eed952 (patch) | |
tree | 718a7aeffe4e10d2a2a2301e2a9e5ae09287859d /README.rst | |
parent | e4c896d1f5c0b093537e8f162df75484573d1d2c (diff) | |
download | pelican-themes-d8d9762718ab9e5b5ae3f51b7e42ee52a0eed952.tar.gz |
Revert the README.rst
The readme was crushed by an update to one of the themes and this reverts it.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -1,31 +1,3 @@ -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 ############## |