mirror of https://gitlab.com/curben/blog
feat(microblog): dated permalink
This commit is contained in:
parent
ea18a4e26f
commit
55ebe2520d
|
@ -14,7 +14,7 @@ timezone:
|
||||||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
||||||
url: https://mdleom.com
|
url: https://mdleom.com
|
||||||
root: /
|
root: /
|
||||||
permalink: microblog/:title/
|
permalink: microblog/:year/:month/:day/:post_title/
|
||||||
permalink_defaults:
|
permalink_defaults:
|
||||||
pretty_urls:
|
pretty_urls:
|
||||||
trailing_index: false
|
trailing_index: false
|
||||||
|
|
Loading…
Reference in New Issue