mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
More explicit settings docs concerning list templates
I think the author list and tag list are so common that they should be listed explicitly in the settings.
This commit is contained in:
parent
5c70e2bcb1
commit
931d571606
1 changed files with 6 additions and 2 deletions
|
|
@ -237,12 +237,16 @@ Setting name (default value) What does it do?
|
||||||
use the default language.
|
use the default language.
|
||||||
`PAGE_LANG_SAVE_AS` (``'pages/{slug}-{lang}.html'``) The location we will save the page which doesn't
|
`PAGE_LANG_SAVE_AS` (``'pages/{slug}-{lang}.html'``) The location we will save the page which doesn't
|
||||||
use the default language.
|
use the default language.
|
||||||
`AUTHOR_URL` (``'author/{slug}.html'``) The URL to use for an author.
|
|
||||||
`AUTHOR_SAVE_AS` (``'author/{slug}.html'``) The location to save an author.
|
|
||||||
`CATEGORY_URL` (``'category/{slug}.html'``) The URL to use for a category.
|
`CATEGORY_URL` (``'category/{slug}.html'``) The URL to use for a category.
|
||||||
`CATEGORY_SAVE_AS` (``'category/{slug}.html'``) The location to save a category.
|
`CATEGORY_SAVE_AS` (``'category/{slug}.html'``) The location to save a category.
|
||||||
`TAG_URL` (``'tag/{slug}.html'``) The URL to use for a tag.
|
`TAG_URL` (``'tag/{slug}.html'``) The URL to use for a tag.
|
||||||
`TAG_SAVE_AS` (``'tag/{slug}.html'``) The location to save the tag page.
|
`TAG_SAVE_AS` (``'tag/{slug}.html'``) The location to save the tag page.
|
||||||
|
`TAGS_URL` (``'tag/{slug}.html'``) The URL to use for the tag list.
|
||||||
|
`TAGS_SAVE_AS` (``'tags.html'``) The location to save the tag list.
|
||||||
|
`AUTHOR_URL` (``'author/{slug}.html'``) The URL to use for an author.
|
||||||
|
`AUTHOR_SAVE_AS` (``'author/{slug}.html'``) The location to save an author.
|
||||||
|
`AUTHORS_URL` (``'authors.html'``) The URL to use for the author list.
|
||||||
|
`AUTHORS_SAVE_AS` (``'authors.html'``) The location to save the author list.
|
||||||
`<DIRECT_TEMPLATE_NAME>_SAVE_AS` The location to save content generated from direct
|
`<DIRECT_TEMPLATE_NAME>_SAVE_AS` The location to save content generated from direct
|
||||||
templates. Where <DIRECT_TEMPLATE_NAME> is the
|
templates. Where <DIRECT_TEMPLATE_NAME> is the
|
||||||
upper case template name.
|
upper case template name.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue