/ ‘pelicanconf.py’
This commit is contained in:
parent
bf2464e5b7
commit
652ed688da
1 changed files with 6 additions and 1 deletions
|
|
@ -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 !
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue