diff options
| author | Linus Neumann <git_commits@linus-neumann.de> | 2018-11-07 16:00:39 +0100 |
|---|---|---|
| committer | Linus Neumann <git_commits@linus-neumann.de> | 2018-11-07 16:00:39 +0100 |
| commit | 1acc5965e73df6f69141ee0669b5466680018cb8 (patch) | |
| tree | 36121dbfda8a4abb455b4cacd845c1d396ad5650 /pelicanconf.py | |
| parent | 953086df478ef9e9692312499ec255fcead0c40c (diff) | |
Add publish.sh
Diffstat (limited to 'pelicanconf.py')
| -rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 0290bb5..461baae 100644 --- a/pelicanconf.py +++ b/pelicanconf.py | |||
| @@ -4,7 +4,7 @@ from __future__ import unicode_literals | |||
| 4 | 4 | ||
| 5 | AUTHOR = u'Chaos Computer Club e.V.' | 5 | AUTHOR = u'Chaos Computer Club e.V.' |
| 6 | SITENAME = u'Support-Angebote' | 6 | SITENAME = u'Support-Angebote' |
| 7 | SITEURL = 'http://localhost:8000' | 7 | # SITEURL = 'http://localhost:8000' |
| 8 | 8 | ||
| 9 | TIMEZONE = 'Europe/Berlin' | 9 | TIMEZONE = 'Europe/Berlin' |
| 10 | 10 | ||
