/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-04-13 01:10:01 +09:00
parent bf2464e5b7
commit 652ed688da

View file

@ -35,10 +35,15 @@ DEFAULT_PAGINATION = 5
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True
# THEME / bulrush
THEME = bulrush.PATH
JINJA_ENVIRONMENT = bulrush.ENVIRONMENT
JINJA_FILTERS = bulrush.FILTERS
# THEME # THEME
# THEME = "/home/admin/pelican-themes/dev-random" # Responsive ! # THEME = "/home/admin/pelican-themes/dev-random" # Responsive !
THEME = "/home/admin/pelican-themes/dev-random2" # Responsive ! # THEME = "/home/admin/pelican-themes/dev-random2" # Responsive !
# THEME = "/home/admin/pelican-themes/pelican-cait" # Responsive ! # THEME = "/home/admin/pelican-themes/pelican-cait" # Responsive !
# THEME = "/home/admin/pelican-themes/mnmlist" # NOT-responsive ! # THEME = "/home/admin/pelican-themes/mnmlist" # NOT-responsive !