Merge theme's to site's config

https://hexo.io/docs/configuration.html#Overriding-Theme-Config
This commit is contained in:
curben 2018-09-27 21:40:16 +09:30
parent 18c14302f6
commit ed9aa18e87
2 changed files with 38 additions and 35 deletions

View File

@ -78,3 +78,41 @@ neat_enable: true
## Docs: https://hexo.io/docs/deployment.html
deploy:
type:
# theme config
theme_config:
# Lang
language: en
# Dark Mode
dark: true
# Header
menu:
Home: /
About: /about
GitLab: https://gitlab.com/curben/curben.gitlab.io
# Your Feed Location
#rss: /atom.xml
# Content
fancybox: true
# Profile
nickname: curben's blog
description: Troubleshooting, tips & tricks, etc.
# Load fontawesome icons? Also see the links option
icons: false
# Footer area links
# If you set "icons: false" link names will be clear text
# If "icons: true" link names will interpreted as fontawesome icon names
# Use only the brand icon names (https://fontawesome.com/cheatsheet#brands)
links:
Home: /
GitLab: https://gitlab.com/curben/curben.gitlab.io
# nav position (top, left. top is default)
nav: left

View File

@ -1,35 +0,0 @@
# Lang
language: en
# Dark Mode
dark: true
# Header
menu:
Home: /
About: /about
GitLab: https://gitlab.com/curben/curben.gitlab.io
# Your Feed Location
#rss: /atom.xml
# Content
fancybox: true
# Profile
nickname: curben's blog
description: Troubleshooting, tips & tricks, etc.
# Load fontawesome icons? Also see the links option
icons: false
# Footer area links
# If you set "icons: false" link names will be clear text
# If "icons: true" link names will interpreted as fontawesome icon names
# Use only the brand icon names (https://fontawesome.com/cheatsheet#brands)
links:
Home: /
GitLab: https://gitlab.com/curben/curben.gitlab.io
# nav position (top, left. top is default)
nav: left