mirror of https://gitlab.com/curben/blog
Merge theme's to site's config
https://hexo.io/docs/configuration.html#Overriding-Theme-Config
This commit is contained in:
parent
18c14302f6
commit
ed9aa18e87
38
_config.yml
38
_config.yml
|
@ -78,3 +78,41 @@ neat_enable: true
|
||||||
## Docs: https://hexo.io/docs/deployment.html
|
## Docs: https://hexo.io/docs/deployment.html
|
||||||
deploy:
|
deploy:
|
||||||
type:
|
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
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue