diff options
-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}/' |