Skip to content
Snippets Groups Projects
Commit 5c19d0cc authored by nimrod's avatar nimrod
Browse files

fixup! Update dependencies.

parent 3fadd8b9
No related branches found
No related tags found
No related merge requests found
Pipeline #3672 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"""Pelican configuration.""" """Pelican configuration."""
from __future__ import unicode_literals from __future__ import unicode_literals
import seafoam from pelican.plugins import seafoam
AUTHOR = "Nimrod Adar" AUTHOR = "Nimrod Adar"
SITENAME = "My notes and ramblings" SITENAME = "My notes and ramblings"
...@@ -39,8 +39,9 @@ DOCUTIL_CSS = True ...@@ -39,8 +39,9 @@ DOCUTIL_CSS = True
CC_LICENSE = "CC-BY-NC-ND" CC_LICENSE = "CC-BY-NC-ND"
PLUGINS = [ PLUGINS = [
"pelican.plugins.jinja_filters",
"pelican.plugins.image_process", "pelican.plugins.image_process",
"pelican.plugins.jinja_filters",
"pelican.plugins.seafoam",
] ]
IMAGE_PROCESS = {} IMAGE_PROCESS = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment