From ddf423e0886fdb76f5dc1f457fa5f8a325e71bc2 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 13 Apr 2020 01:18:17 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 19fd842..ee3eb39 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -35,6 +35,10 @@ DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True +# PLUGINS +PLUGIN_PATHS = ['/home/admin/pelican-plugins'] +PLUGINS = ['assets', 'sitemap', 'gravatar'] + # THEME / bulrush import bulrush THEME = bulrush.PATH