summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py6
1 files changed, 3 insertions, 3 deletions
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'