diff options
| author | Hans-Peter Oeri <hp@oeri.ch> | 2018-10-25 13:27:51 +0200 |
|---|---|---|
| committer | Hans-Peter Oeri <hp@oeri.ch> | 2018-10-25 13:27:51 +0200 |
| commit | c8cfe63aac73a92ae02354a5306ca5480808daff (patch) | |
| tree | 7bf3bcf334051dbf2f8d96981b8d199470064eac /publishconf.py | |
| parent | 17a536b7ffba296f1fc71337ce8aa2910f5ed3fc (diff) | |
re-do site in schiedsstelle layout
Diffstat (limited to 'publishconf.py')
| -rw-r--r-- | publishconf.py | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/publishconf.py b/publishconf.py new file mode 100644 index 0000000..12c6915 --- /dev/null +++ b/publishconf.py | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | #!/usr/bin/env python | ||
| 2 | # -*- coding: utf-8 -*- # | ||
| 3 | from __future__ import unicode_literals | ||
| 4 | |||
| 5 | # This file is only used if you use `make publish` or | ||
| 6 | # explicitly specify it as your config file. | ||
| 7 | |||
| 8 | import os | ||
| 9 | import sys | ||
| 10 | sys.path.append(os.curdir) | ||
| 11 | from pelicanconf import * | ||
| 12 | |||
| 13 | SITEURL = 'https://arbitration.oeri.ch' | ||
| 14 | RELATIVE_URLS = False | ||
| 15 | |||
| 16 | FEED_ALL_ATOM = 'feeds/all.atom.xml' | ||
| 17 | CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' | ||
| 18 | |||
| 19 | DELETE_OUTPUT_DIRECTORY = True | ||
| 20 | |||
| 21 | # Following items are often useful when publishing | ||
| 22 | |||
| 23 | #DISQUS_SITENAME = "" | ||
| 24 | #GOOGLE_ANALYTICS = "" | ||
