diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-12-29 16:04:46 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-12-29 16:04:46 +0100 |
| commit | 9543ce049fd2e14ee3dfd4599c6bdc6595c5cccc (patch) | |
| tree | ce0f4273e60c3e271e1e72f1707910cfdb169f46 /samples | |
| parent | 501e1b85247d238026563e81746e17c39240ac17 (diff) | |
| download | pelican-9543ce049fd2e14ee3dfd4599c6bdc6595c5cccc.tar.gz | |
update the documentation to make timezone configuration clearer
Diffstat (limited to 'samples')
| -rwxr-xr-x | samples/pelican.conf.py | 2 |
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" + |
