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 718d05e commit f474747Copy full SHA for f474747
.github/workflows/ci-cd.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
path: requirements.txt
36
- name: Build site
37
- run: python3 -We -m pelican -s publishconf.py
+ run: locale -a
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
40
- name: Upload artifact
pelicanconf.py
@@ -17,8 +17,8 @@
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"
+PAGE_URL = "p/{slug}/"
+PAGE_SAVE_AS = "p/{slug}/index.html"
22
TAG_URL = "tag/{slug}/"
23
TAG_SAVE_AS = "tag/{slug}/index.html"
24
TAGS_SAVE_AS = "tag/index.html"
0 commit comments