update the documentation to make timezone configuration clearer

This commit is contained in:
Alexis Metaireau 2011-12-29 16:04:46 +01:00
commit 9543ce049f
2 changed files with 4 additions and 1 deletions

View file

@ -71,7 +71,8 @@ Setting name (default value) what does it do?
pelican will copy the 'images' folder to the
output folder.
`TIMEZONE` The timezone used in the date information, to
generate atom and rss feeds.
generate atom and rss feeds. See the "timezone"
section below for more info.
================================================ =====================================================
.. [1] Default is the system locale. Default is to delete the output directory.

View file

@ -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"