diff --git a/pelicanconf.py b/pelicanconf.py index 8786dd1..f836d1a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,7 +16,7 @@ DEFAULT_DATE = 'fs' #notes/20200421T223234+0900_(testt)/index.rst PATH_METADATA = r'(?P[^/]*)/(?P(?P\d{8}T\d{6}[+-]\d{4}))_\((?P.*)\)/.*' -# SLUGIFY_SOURCE = 'basename' +SLUGIFY_SOURCE = 'basename' # Feed generation is usually not desired when developing FEED_ALL_ATOM = None