diff --git a/pelicanconf.py b/pelicanconf.py index 9c10f9a..dd43fdf 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -62,6 +62,7 @@ WITH_FUTURE_DATES = False THEME = 'themes/minimunit' +SLUGIFY_SOURCE = 'title' PAGE_URL = '{slug}/index.html' PAGE_SAVE_AS = '{slug}/index.html' ARTICLE_URL = 'blog/{slug}.html'