X-Git-Url: https://pwan.org/git/?p=pwan.org.git;a=blobdiff_plain;f=pelicanconf.py;h=1bb7a663898de47396789f72a0a0cbcdd9b602bc;hp=d7a296d7519b834f108404a3767fe12da44e5b86;hb=90bb4958df0dcb047fa128f90d874cd7efcb060f;hpb=88b6d4484b985cf6fe2d30a996837956c449ae6d diff --git a/pelicanconf.py b/pelicanconf.py index d7a296d..1bb7a66 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -44,3 +44,5 @@ THEME = "../pelican-themes/pelican-mockingbird" DISPLAY_PAGES_ON_MENU = True +PLUGIN_PATHS = ['../pelican-plugins'] +PLUGINS = ['plantuml']