/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-05-03 22:51:54 +09:00
parent 78e4fc83c4
commit 04617f5acf

View file

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