1
0
Fork 0
forked from github/pelican

Merge pull request #1972 from nstinus/localize_quickstart

Localize default lang and timezone in pelican-quickstart
This commit is contained in:
Justin Mayer 2016-10-29 10:45:57 -06:00 committed by GitHub
commit c361246eaa
2 changed files with 19 additions and 4 deletions

View file

@ -28,8 +28,9 @@ by asking some questions about your site::
pelican-quickstart
For questions that have default values denoted in brackets, feel free to use
the Return key to accept those default values. When asked for your URL prefix,
enter your domain name as indicated (e.g., ``http://example.com``).
the Return key to accept those default values [#tzlocal_fn]_. When asked for
your URL prefix, enter your domain name as indicated (e.g.,
``http://example.com``).
Create an article
-----------------
@ -72,3 +73,10 @@ Continue reading the other documentation sections for more detail, and check out
the Pelican wiki's Tutorials_ page for links to community-published tutorials.
.. _Tutorials: https://github.com/getpelican/pelican/wiki/Tutorials
Footnotes
---------
.. [#tzlocal_fn] You can help localize default fields by installing the
optional `tzlocal <https://pypi.python.org/pypi/tzlocal>`_
module.