1
0
Fork 0
forked from github/pelican

add CLEAN_URLS to the documentation

This commit is contained in:
Alexis Metaireau 2011-11-27 18:08:28 +01:00
commit fb9a622ca7

View file

@ -27,6 +27,9 @@ Setting name (default value) what does it do?
`ARTICLE_PERMALINK_STRUCTURE` (``''``) Empty by default. Allows to render URLs in a
particular way, see below.
`AUTHOR` Default author (put your name)
`CLEAN_URL` (``False``) If set to `True`, the URLs will not be suffixed by
`.html`, so you will have to setup URL rewriting on
your web server.
`DATE_FORMATS` (``{}``) If you do manage multiple languages, you can
set the date formatting here.
`DEFAULT_CATEGORY` (``'misc'``) The default category to fallback on.