aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThe Dod <unclezzzen@gmail.com>2012-11-05 12:51:12 +0700
committerThe Dod <unclezzzen@gmail.com>2012-11-05 12:51:12 +0700
commitbd942f2d4f6df52e2aa4ff44d4050da0f260d76e (patch)
tree87722bedef5215b19de69abb7a85441be36ca227 /README.rst
parent662052faa4749d3fec2ff1149e853f71d5c2b434 (diff)
downloadpelican-themes-bd942f2d4f6df52e2aa4ff44d4050da0f260d76e.tar.gz
initial commit
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index df79148..3340aa6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,31 @@
+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
##############