From 9881a5074fc7a85a026f24069035c313269cce8e Mon Sep 17 00:00:00 2001 From: putro Date: Tue, 30 Apr 2019 10:06:28 +0200 Subject: [PATCH] define slugify source --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) 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'