Skip to content

Commit 05a210c

Browse files
committed
feat: img plugin
1 parent 43db530 commit 05a210c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pelicanconf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
},
109109
}
110110

111+
PLUGINS = ["pelican.plugins.image_process"]
112+
111113
IMAGE_PROCESS = {
112114
"large-photo": {
113115
"type": "responsive-image",

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pelican[markdown]
22
typogrify
3-
pelican-image-process==2.1.1
3+
pelican-image-process==2.1.1
4+
pelican[images]

0 commit comments

Comments
 (0)