/ ‘pelicanconf.py’
This commit is contained in:
parent
7e0af45fa5
commit
35ac1b5b88
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ PLUGINS = ['assets']
|
||||||
|
|
||||||
# THEME / bulrush
|
# THEME / bulrush
|
||||||
import bulrush
|
import bulrush
|
||||||
#THEME = bulrush.PATH
|
THEME = bulrush.PATH
|
||||||
JINJA_ENVIRONMENT = bulrush.ENVIRONMENT
|
JINJA_ENVIRONMENT = bulrush.ENVIRONMENT
|
||||||
JINJA_FILTERS = bulrush.FILTERS
|
JINJA_FILTERS = bulrush.FILTERS
|
||||||
|
|
||||||
|
|
@ -61,5 +61,5 @@ JINJA_FILTERS = bulrush.FILTERS
|
||||||
# THEME = "/home/admin/pelican-themes/crowsfoot" # unstable?
|
# THEME = "/home/admin/pelican-themes/crowsfoot" # unstable?
|
||||||
|
|
||||||
# THEME = "/home/admin/pelican-themes/eevee" # DOESN'T WORK, AS IS.
|
# 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.
|
# THEME = "/home/admin/pelican-themes/twenty-html5up" # DOESN'T WORK, AS IS.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue