From 35ac1b5b88aad57831fad24733cc6ece6876c885 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 13 Apr 2020 01:26:36 +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, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index e9048d6..5973872 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -41,7 +41,7 @@ PLUGINS = ['assets'] # THEME / bulrush import bulrush -#THEME = bulrush.PATH +THEME = bulrush.PATH JINJA_ENVIRONMENT = bulrush.ENVIRONMENT JINJA_FILTERS = bulrush.FILTERS @@ -61,5 +61,5 @@ JINJA_FILTERS = bulrush.FILTERS # THEME = "/home/admin/pelican-themes/crowsfoot" # unstable? # THEME = "/home/admin/pelican-themes/eevee" # DOESN'T WORK, AS IS. -THEME = "/home/admin/pelican-themes/bulrush" # DOESN'T WORK, AS IS. +# THEME = "/home/admin/pelican-themes/bulrush" # DOESN'T WORK, AS IS. # THEME = "/home/admin/pelican-themes/twenty-html5up" # DOESN'T WORK, AS IS.