diff options
| author | Stefan Ziegler <stefan.ziegler_zst@gmx.de> | 2024-05-17 03:17:38 +0200 |
|---|---|---|
| committer | Stefan Ziegler <stefan.ziegler_zst@gmx.de> | 2024-05-17 03:17:38 +0200 |
| commit | 6972858bfcef20ba3ba6e571e2d271983378ecea (patch) | |
| tree | 3fdf4351926eba929383b570c9020a9d98f3ce2d /pelicanconf.py | |
| parent | 894da972e7b42b3831b5de9220322c8d9618d647 (diff) | |
Vortragsfolien Mai 2024 in HTML
Diffstat (limited to 'pelicanconf.py')
| -rw-r--r-- | pelicanconf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 9188857..7513c8f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -8,9 +8,9 @@ SITEURL = '' PATH = 'content' PAGE_PATHS = ['pages'] -STATIC_PATHS = ['demo-programme', 'vortraege', 'vortraege/bis2018', 'fortunes'] -PAGE_EXCLUDES = ['vortraege/bis2018', 'fortunes'] -ARTICLE_EXCLUDES = ['vortraege/bis2018', 'fortunes'] +STATIC_PATHS = ['demo-programme', 'vortraege', 'vortraege/bis2018', 'vortraege/html', 'fortunes'] +PAGE_EXCLUDES = ['vortraege/bis2018', 'vortraege/html', 'fortunes'] +ARTICLE_EXCLUDES = ['vortraege/bis2018', 'vortraege/html', 'fortunes'] TIMEZONE = 'Europe/Berlin' DEFAULT_LANG = u'de' |
