summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
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