mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add CLEAN_URLS to the documentation
This commit is contained in:
parent
92b232972e
commit
fb9a622ca7
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue