From 652ed688da5fdf1167816a3f53b8982a99e231a4 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 13 Apr 2020 01:10:01 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 !