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 95538ab commit 142a81fCopy full SHA for 142a81f
.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: python3 -We -m pelican --fatal -s publishconf.py
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
40
- name: Upload artifact
pelicanconf.py
@@ -36,7 +36,7 @@
# Plugins
PLUGIN_PATHS = ["plugins"]
-PLUGINS = []
+PLUGINS = ["linkclass"]
41
# Theme
42
#THEME = "theme"
requirements.txt
@@ -1,2 +1,3 @@
1
Pelican[markdown]==4.11.0
2
+pelican-linkclass==2.1.6
3
typogrify==2.1.0
0 commit comments