/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-05-03 22:56:54 +09:00
parent f92ff764c0
commit b1058b7952

View file

@ -16,7 +16,7 @@ DEFAULT_DATE = 'fs'
#notes/20200421T223234+0900_(testt)/index.rst
PATH_METADATA = r'(?P<category>[^/]*)/(?P<slug>(?P<date>\d{8}T\d{6}[+-]\d{4}))_\((?P<title>.*)\)/.*'
SLUGIFY_SOURCE = 'basename'
#SLUGIFY_SOURCE = 'basename'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None