From 435cbbee075c17b1b0b6f04eda9412ae16398f57 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 15 Apr 2016 10:04:40 +0200 Subject: pelicanconf.py: Now saving articles in separate subfolder each with an index.html (to be able to omit the latter). --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') 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 -- cgit v1.2.3