mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add documentation for ARCHIVES_SAVE_AS setting
While this setting has existed for some time, there does not seem to have been any documentation for it until now.
This commit is contained in:
parent
e5f1755172
commit
1fcf4a6550
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ Setting name (default value) What does it do?
|
|||
`<DIRECT_TEMPLATE_NAME>_SAVE_AS` The location to save content generated from direct
|
||||
templates. Where <DIRECT_TEMPLATE_NAME> is the
|
||||
upper case template name.
|
||||
`ARCHIVES_SAVE_AS` (``'archives.html'``) The location to save the article archives page.
|
||||
`YEAR_ARCHIVE_SAVE_AS` (False) The location to save per-year archives of your
|
||||
posts.
|
||||
`MONTH_ARCHIVE_SAVE_AS` (False) The location to save per-month archives of your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue