diff --git a/pelicanconf.py b/pelicanconf.py index 2281744..77f591f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -35,10 +35,15 @@ DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True +# THEME / bulrush +THEME = bulrush.PATH +JINJA_ENVIRONMENT = bulrush.ENVIRONMENT +JINJA_FILTERS = bulrush.FILTERS + # THEME # 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/mnmlist" # NOT-responsive !