/ ‘pelicanconf.py’
This commit is contained in:
parent
39259696c1
commit
5b98ec93b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 'title'
|
||||||
|
|
||||||
# Feed generation is usually not desired when developing
|
# Feed generation is usually not desired when developing
|
||||||
FEED_ALL_ATOM = None
|
FEED_ALL_ATOM = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue