We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53b68 commit df09abeCopy full SHA for df09abe
pelicanconf.py
@@ -13,12 +13,15 @@
13
ARTICLE_SAVE_AS = "news/{date:%Y}/{slug}/index.html"
14
AUTHOR_URL = "author/{slug}/"
15
AUTHOR_SAVE_AS = "author/{slug}/index.html"
16
+AUTHORS_SAVE_AS = "author/index.html"
17
CATEGORY_URL = "category/{slug}/"
18
CATEGORY_SAVE_AS = "category/{slug}/index.html"
19
+CATEGORIES_SAVE_AS = "category/index.html"
20
PAGE_URL = "{slug}/"
21
PAGE_SAVE_AS = "{slug}/index.html"
22
TAG_URL = "tag/{slug}/"
23
TAG_SAVE_AS = "tag/{slug}/index.html"
24
+TAGS_SAVE_AS = "tag/index.html"
25
YEAR_ARCHIVE_SAVE_AS = "news/{date:%Y}/index.html"
26
YEAR_ARCHIVE_URL = "news/{date:%Y}/"
27
0 commit comments