diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-01 23:55:15 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-01 23:55:15 -0400 |
commit | 9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c (patch) | |
tree | f9ee6f84fddaf4e27185eb88fc03baa3efe5ff9f | |
parent | 42655d3486815e2a0c53a30504aca495b121b2cf (diff) | |
download | bnewnet-9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c.tar.gz bnewnet-9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c.zip |
enable local theme
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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}/' |