/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-04-13 01:26:36 +09:00
parent 7e0af45fa5
commit 35ac1b5b88

View file

@ -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.