We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43db530 commit 05a210cCopy full SHA for 05a210c
pelicanconf.py
@@ -108,6 +108,8 @@
108
},
109
}
110
111
+PLUGINS = ["pelican.plugins.image_process"]
112
+
113
IMAGE_PROCESS = {
114
"large-photo": {
115
"type": "responsive-image",
requirements.txt
@@ -1,3 +1,4 @@
1
pelican[markdown]
2
typogrify
3
-pelican-image-process==2.1.1
+pelican-image-process==2.1.1
4
+pelican[images]
0 commit comments