mirror of https://gitlab.com/curben/blog
build: pretty_urls.trailing_html
https://github.com/hexojs/hexo/pull/3917
This commit is contained in:
parent
9d5644b2bc
commit
163b8cd307
|
@ -16,6 +16,9 @@ url: https://curben.netlify.com
|
||||||
root: /
|
root: /
|
||||||
permalink: blog/:year/:month/:day/:title/
|
permalink: blog/:year/:month/:day/:title/
|
||||||
permalink_defaults:
|
permalink_defaults:
|
||||||
|
pretty_urls:
|
||||||
|
trailing_index: false
|
||||||
|
trailing_html: false
|
||||||
|
|
||||||
# Directory
|
# Directory
|
||||||
source_dir: source
|
source_dir: source
|
||||||
|
@ -78,10 +81,6 @@ minify:
|
||||||
feed:
|
feed:
|
||||||
icon: '/svg/favicon.svg'
|
icon: '/svg/favicon.svg'
|
||||||
|
|
||||||
## https://github.com/hexojs/hexo/pull/3691
|
|
||||||
pretty_urls:
|
|
||||||
trailing_index: false
|
|
||||||
|
|
||||||
# theme config
|
# theme config
|
||||||
theme_config:
|
theme_config:
|
||||||
# Header
|
# Header
|
||||||
|
|
Loading…
Reference in New Issue