From 66117492fb9bc91b50dfb9a26bbfa4e268758d23 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 13 Apr 2020 01:20: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index ee3eb39..5973872 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -37,7 +37,7 @@ DEFAULT_PAGINATION = 5 # PLUGINS PLUGIN_PATHS = ['/home/admin/pelican-plugins'] -PLUGINS = ['assets', 'sitemap', 'gravatar'] +PLUGINS = ['assets'] # THEME / bulrush import bulrush