summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-09 13:32:41 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-09 13:32:41 +0200
commitd795ffe711b5ea6aa533573ea4a9fb3d90a147c9 (patch)
tree2be7cf9e0503571b7028998760302441a90b7b7c /pelicanconf.py
parent13a8d8b584c62ad73cf357ae7b5ec85cde5c15fc (diff)
downloadblog-d795ffe711b5ea6aa533573ea4a9fb3d90a147c9.zip
blog-d795ffe711b5ea6aa533573ea4a9fb3d90a147c9.tar.gz
blog-d795ffe711b5ea6aa533573ea4a9fb3d90a147c9.tar.bz2
various fixes for pages
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 42d9fae..0855b35 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -49,6 +49,7 @@ SHOW_DATE_MODIFIED = True
PAGE_URL = '{slug}'
PAGE_SAVE_AS = '{slug}.html'
+SLUGIFY_SOURCE = 'basename'
DISPLAY_PAGES_ON_MENU = False
MENUITEMS = (('Home', 'https://fossencdi.org'),