From 84ba044a01e724e2ebae6d1a9a27c526d400d237 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 11 Apr 2020 18:18:48 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 085968e..3d378f7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -34,3 +34,6 @@ DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True + +# THEME +THEME = "/home/admin/pelican-themes/mnmlist"