From 7e0af45fa55e0b759a2037dbf1bed2adc9a48275 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 13 Apr 2020 01:21:26 +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 5973872..e9048d6 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.