mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update the documentation to make timezone configuration clearer
This commit is contained in:
parent
501e1b8524
commit
9543ce049f
2 changed files with 4 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ Setting name (default value) what does it do?
|
||||||
pelican will copy the 'images' folder to the
|
pelican will copy the 'images' folder to the
|
||||||
output folder.
|
output folder.
|
||||||
`TIMEZONE` The timezone used in the date information, to
|
`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.
|
.. [1] Default is the system locale. Default is to delete the output directory.
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
AUTHOR = u'Alexis Métaireau'
|
AUTHOR = u'Alexis Métaireau'
|
||||||
SITENAME = u"Alexis' log"
|
SITENAME = u"Alexis' log"
|
||||||
SITEURL = 'http://blog.notmyidea.org'
|
SITEURL = 'http://blog.notmyidea.org'
|
||||||
|
TIMEZONE = "Europe/Paris"
|
||||||
|
|
||||||
GITHUB_URL = 'http://github.com/ametaireau/'
|
GITHUB_URL = 'http://github.com/ametaireau/'
|
||||||
DISQUS_SITENAME = "blog-notmyidea"
|
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
|
# foobar will not be used, because it's not in caps. All configuration keys
|
||||||
# have to be in caps
|
# have to be in caps
|
||||||
foobar = "barbaz"
|
foobar = "barbaz"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue