From 687bad744d7eaa69c5ee06582a3f98a084c51a48 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 3 May 2020 22:44:39 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index d3f6c2d..7ee4b66 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,7 +16,7 @@ DEFAULT_DATE = 'fs' #20200421T223234+0900_(testt).rst PATH_METADATA = r'(?P[^/]*)/(?P\d{8}T\d{6}[+-]\d{4})_\((?P.*)\)/.*' -SLUGIFY_SOURCE = 'basename' +SLUGIFY_SOURCE = 'date' # Feed generation is usually not desired when developing FEED_ALL_ATOM = None