summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-04-17 14:21:21 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-04-17 14:21:21 +0200
commitf6cb22686feeae02308fb806831fce2711caa8d6 (patch)
tree8b589daca4f1f310c8df93bb0cdcc8918af2e1e3 /pelicanconf.py
parent941ecc1f668c783c2a12d0872e1c087630f757c2 (diff)
parentc736c404e14f6d8ea8f3eb41aeefe016cdad3175 (diff)
downloadblog-f6cb22686feeae02308fb806831fce2711caa8d6.zip
blog-f6cb22686feeae02308fb806831fce2711caa8d6.tar.gz
blog-f6cb22686feeae02308fb806831fce2711caa8d6.tar.bz2
Merge branch 'master' of fossencdi.org:blog
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 1670bde..550eef7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -48,7 +48,7 @@ DEFAULT_METADATA = {
SHOW_ARTICLE_AUTHOR = True
SHOW_DATE_MODIFIED = True
-PAGE_URL = '{slug}'
+PAGE_URL = '{slug}.html'
PAGE_SAVE_AS = '{slug}.html'
SLUGIFY_SOURCE = 'basename'
DISPLAY_PAGES_ON_MENU = False
@@ -61,7 +61,8 @@ MENUITEMS = (('Home', 'https://fossencdi.org'),
('Contact', './contact.html'),)
SIDEBARITEMS = (('My setup', './setup.html', 'laptop'),
- ('Notes', './notes.html', 'sticky-note'),)
+ ('Notes', './notes.html', 'sticky-note'),
+ ('Donations', './donations.html', 'money'),)
# HIDE_SIDEBAR = True