mirror of https://gitlab.com/curben/blog
style(config): reorganise
This commit is contained in:
parent
4f26c5e813
commit
063698ba40
20
_config.yml
20
_config.yml
|
@ -76,21 +76,15 @@ updated_option: empty
|
||||||
per_page: 10
|
per_page: 10
|
||||||
pagination_dir: page
|
pagination_dir: page
|
||||||
|
|
||||||
|
marked:
|
||||||
|
descriptionLists: false
|
||||||
|
modifyAnchors: 1
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
## Plugins: https://hexo.io/plugins/
|
## Plugins: https://hexo.io/plugins/
|
||||||
## Themes: https://hexo.io/themes/
|
## Themes: https://hexo.io/themes/
|
||||||
theme: chameleon
|
theme: chameleon
|
||||||
|
|
||||||
# https://github.com/curbengh/hexo-yam
|
|
||||||
minify:
|
|
||||||
svg:
|
|
||||||
plugins:
|
|
||||||
cleanupIds: false
|
|
||||||
|
|
||||||
marked:
|
|
||||||
descriptionLists: false
|
|
||||||
modifyAnchors: 1
|
|
||||||
|
|
||||||
feed:
|
feed:
|
||||||
icon: "/svg/favicon.svg"
|
icon: "/svg/favicon.svg"
|
||||||
|
|
||||||
|
@ -112,3 +106,9 @@ theme_config:
|
||||||
|
|
||||||
# Load forkawesome icons?
|
# Load forkawesome icons?
|
||||||
icons: false
|
icons: false
|
||||||
|
|
||||||
|
# https://github.com/curbengh/hexo-yam
|
||||||
|
minify:
|
||||||
|
svg:
|
||||||
|
plugins:
|
||||||
|
cleanupIds: false
|
||||||
|
|
Loading…
Reference in New Issue