From 9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 May 2016 23:55:15 -0400 Subject: enable local theme --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 7cb5a40..0740cdf 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -18,6 +18,8 @@ ARTICLE_PATHS = ['posts'] PAGE_PATHS = ['pages'] PLUGIN_PATHS = ['plugins'] +THEME = "theme" + ARTICLE_URL = '{date:%Y}/{slug}/' ARTICLE_SAVE_AS = '{date:%Y}/{slug}/index.html' PAGE_URL = '{slug}/' -- cgit v1.2.3