summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-12-29 16:04:46 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2011-12-29 16:04:46 +0100
commit9543ce049fd2e14ee3dfd4599c6bdc6595c5cccc (patch)
treece0f4273e60c3e271e1e72f1707910cfdb169f46 /samples
parent501e1b85247d238026563e81746e17c39240ac17 (diff)
downloadpelican-9543ce049fd2e14ee3dfd4599c6bdc6595c5cccc.tar.gz
update the documentation to make timezone configuration clearer
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/pelican.conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py
index 2796d561..fb3b091b 100755
--- a/samples/pelican.conf.py
+++ b/samples/pelican.conf.py
@@ -2,6 +2,7 @@
AUTHOR = u'Alexis Métaireau'
SITENAME = u"Alexis' log"
SITEURL = 'http://blog.notmyidea.org'
+TIMEZONE = "Europe/Paris"
GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
@@ -36,3 +37,4 @@ FILES_TO_COPY = (('extra/robots.txt', 'robots.txt'),)
# foobar will not be used, because it's not in caps. All configuration keys
# have to be in caps
foobar = "barbaz"
+