aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index ab333c7..71046bb 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -20,12 +20,18 @@ PLUGIN_PATHS = ['plugins']
THEME = "theme"
+PLUGINS = ['sitemap', 'headerid']
+
+SITEMAP = {'format': 'xml'}
+
ARTICLE_URL = '{date:%Y}/{slug}/'
ARTICLE_SAVE_AS = '{date:%Y}/{slug}/index.html'
PAGE_URL = '{slug}/'
PAGE_SAVE_AS = '{slug}/index.html'
YEAR_ARCHIVE_SAVE_AS = '{date:%Y}/index.html'
+MD_EXTENSIONS = ["codehilite(css_class=highlight)", "extra", "toc"]
+
TIMEZONE = 'UTC'
DEFAULT_LANG = u'en'