aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-04-15 10:04:40 +0200
committerDavid Runge <dave@sleepmap.de>2016-04-15 10:04:40 +0200
commit435cbbee075c17b1b0b6f04eda9412ae16398f57 (patch)
treec72b1bb0581fae8420e46568ce07476eff59b2e9 /pelicanconf.py
parent6d63dd66f1400fe5dc7f20097008111eda43a49a (diff)
downloadsleepmap-435cbbee075c17b1b0b6f04eda9412ae16398f57.tar.gz
sleepmap-435cbbee075c17b1b0b6f04eda9412ae16398f57.tar.bz2
sleepmap-435cbbee075c17b1b0b6f04eda9412ae16398f57.tar.xz
sleepmap-435cbbee075c17b1b0b6f04eda9412ae16398f57.zip
pelicanconf.py: Now saving articles in separate subfolder each with an index.html (to be able to omit the latter).
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 61915cd..cd4ded2 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -3,7 +3,7 @@
from __future__ import unicode_literals
ARTICLE_PATHS = ['blog']
-ARTICLE_SAVE_AS = '{date:%Y}/{slug}.html'
+ARTICLE_SAVE_AS = '{date:%Y}/{slug}/index.html'
ARTICLE_URL = '{date:%Y}/{slug}/'
AUTHOR = 'David Runge'
AUTHOR_FEED_ATOM = None