mirror of https://gitlab.com/curben/blog
fix: remove unused options
This commit is contained in:
parent
9f555270e9
commit
84dd30b1a3
|
@ -48,9 +48,7 @@ highlight:
|
||||||
auto_detect: false
|
auto_detect: false
|
||||||
tab_replace:
|
tab_replace:
|
||||||
|
|
||||||
# Category & Tag
|
# Tag
|
||||||
default_category: uncategorized
|
|
||||||
category_map:
|
|
||||||
tag_map:
|
tag_map:
|
||||||
|
|
||||||
# Date / Time format
|
# Date / Time format
|
||||||
|
@ -81,11 +79,6 @@ minify:
|
||||||
svg:
|
svg:
|
||||||
plugins: [{cleanupIDs: false}]
|
plugins: [{cleanupIDs: false}]
|
||||||
|
|
||||||
# Deployment
|
|
||||||
## Docs: https://hexo.io/docs/deployment.html
|
|
||||||
deploy:
|
|
||||||
type:
|
|
||||||
|
|
||||||
feed:
|
feed:
|
||||||
icon: '/svg/favicon.svg'
|
icon: '/svg/favicon.svg'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue