From 85eb5c7b5fca4aba3c6fef9cf10716d749572bc0 Mon Sep 17 00:00:00 2001 From: Stefan Ziegler Date: Thu, 8 Nov 2018 18:28:46 +0100 Subject: Umbau fortunes-Seite --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index b38a428..9188857 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -8,9 +8,9 @@ SITEURL = '' PATH = 'content' PAGE_PATHS = ['pages'] -STATIC_PATHS = ['demo-programme', 'vortraege', 'vortraege/bis2018'] -PAGE_EXCLUDES = ['vortraege/bis2018'] -ARTICLE_EXCLUDES = ['vortraege/bis2018'] +STATIC_PATHS = ['demo-programme', 'vortraege', 'vortraege/bis2018', 'fortunes'] +PAGE_EXCLUDES = ['vortraege/bis2018', 'fortunes'] +ARTICLE_EXCLUDES = ['vortraege/bis2018', 'fortunes'] TIMEZONE = 'Europe/Berlin' DEFAULT_LANG = u'de' -- cgit v1.2.3