We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d45e91 commit eb69102Copy full SHA for eb69102
1 file changed
pelicanconf.py
@@ -15,7 +15,7 @@
15
# Specify location of plugins, and which to use
16
PLUGIN_PATHS = [ 'plugins', ]
17
# If the website uses any *.ezmd files, include the 'gfm' and 'asfreader' plugins (in that order)
18
-PLUGINS = [ 'toc', 'spu', 'gfm', 'asfgenid', 'asfrun', 'pelican_mermaid' ]
+PLUGINS = [ 'toc', 'spu', 'gfm', 'asfgenid', 'asfrun', ]
19
# All content is located at '.' (aka content/ )
20
PAGE_PATHS = [ 'pages' ]
21
STATIC_PATHS = [ '.', ]
0 commit comments