mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add index and author replacement indicators
This commit is contained in:
parent
6465a91b65
commit
a6c258eb7f
5 changed files with 51 additions and 6 deletions
|
|
@ -64,6 +64,7 @@ DEFAULT_CONFIG = {
|
|||
'REVERSE_CATEGORY_ORDER': False,
|
||||
'DELETE_OUTPUT_DIRECTORY': False,
|
||||
'OUTPUT_RETENTION': [],
|
||||
'INDEX_SAVE_AS': 'index.html',
|
||||
'ARTICLE_URL': '{slug}.html',
|
||||
'ARTICLE_SAVE_AS': '{slug}.html',
|
||||
'ARTICLE_ORDER_BY': 'reversed-date',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue