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
|
||||
pagination_dir: page
|
||||
|
||||
marked:
|
||||
descriptionLists: false
|
||||
modifyAnchors: 1
|
||||
|
||||
# Extensions
|
||||
## Plugins: https://hexo.io/plugins/
|
||||
## Themes: https://hexo.io/themes/
|
||||
theme: chameleon
|
||||
|
||||
# https://github.com/curbengh/hexo-yam
|
||||
minify:
|
||||
svg:
|
||||
plugins:
|
||||
cleanupIds: false
|
||||
|
||||
marked:
|
||||
descriptionLists: false
|
||||
modifyAnchors: 1
|
||||
|
||||
feed:
|
||||
icon: "/svg/favicon.svg"
|
||||
|
||||
|
@ -112,3 +106,9 @@ theme_config:
|
|||
|
||||
# Load forkawesome icons?
|
||||
icons: false
|
||||
|
||||
# https://github.com/curbengh/hexo-yam
|
||||
minify:
|
||||
svg:
|
||||
plugins:
|
||||
cleanupIds: false
|
||||
|
|
Loading…
Reference in New Issue