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.