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 684373b commit dd53b68Copy full SHA for dd53b68
pelicanconf.py
@@ -12,10 +12,13 @@
12
ARTICLE_URL = "news/{date:%Y}/{slug}/"
13
ARTICLE_SAVE_AS = "news/{date:%Y}/{slug}/index.html"
14
AUTHOR_URL = "author/{slug}/"
15
+AUTHOR_SAVE_AS = "author/{slug}/index.html"
16
CATEGORY_URL = "category/{slug}/"
17
+CATEGORY_SAVE_AS = "category/{slug}/index.html"
18
PAGE_URL = "{slug}/"
19
PAGE_SAVE_AS = "{slug}/index.html"
20
TAG_URL = "tag/{slug}/"
21
+TAG_SAVE_AS = "tag/{slug}/index.html"
22
YEAR_ARCHIVE_SAVE_AS = "news/{date:%Y}/index.html"
23
YEAR_ARCHIVE_URL = "news/{date:%Y}/"
24
0 commit comments