/ ‘pelicanconf.py’
This commit is contained in:
parent
44df60b8c4
commit
39259696c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue