mirror of https://gitlab.com/curben/blog
Switch to 'typing' theme and initial config
This commit is contained in:
parent
0fc76e12aa
commit
b6acaa14e2
|
@ -63,7 +63,7 @@ pagination_dir: page
|
||||||
# Extensions
|
# Extensions
|
||||||
## Plugins: https://hexo.io/plugins/
|
## Plugins: https://hexo.io/plugins/
|
||||||
## Themes: https://hexo.io/themes/
|
## Themes: https://hexo.io/themes/
|
||||||
theme: landscape
|
theme: typing
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
## Docs: https://hexo.io/docs/deployment.html
|
## Docs: https://hexo.io/docs/deployment.html
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
language: en
|
language: en
|
||||||
|
|
||||||
# Dark Mode
|
# Dark Mode
|
||||||
dark: false
|
dark: true
|
||||||
|
|
||||||
# Header
|
# Header
|
||||||
menu:
|
menu:
|
||||||
|
@ -19,7 +19,7 @@ fancybox: true
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
google_analytics:
|
google_analytics:
|
||||||
favicon: /favicon.ico
|
favicon:
|
||||||
twitter:
|
twitter:
|
||||||
google_plus:
|
google_plus:
|
||||||
fb_admins:
|
fb_admins:
|
||||||
|
@ -39,13 +39,13 @@ icons: false
|
||||||
# NOTICE) Use the fontawesome icon names without the fa- prefix (http://fontawesome.io/cheatsheet/)
|
# NOTICE) Use the fontawesome icon names without the fa- prefix (http://fontawesome.io/cheatsheet/)
|
||||||
links:
|
links:
|
||||||
book: /archives/
|
book: /archives/
|
||||||
globe: https://github.com/geekplux/hexo-theme-typing
|
globe:
|
||||||
twitter: https://twitter.com/
|
twitter:
|
||||||
github-alt: https://github.com/
|
github-alt:
|
||||||
youtube-play: https://www.youtube.com/
|
youtube-play:
|
||||||
stack-overflow: https://stackoverflow.com/
|
stack-overflow:
|
||||||
google-plus: https://plus.google.com/
|
google-plus:
|
||||||
rss: /atom.xml
|
rss:
|
||||||
|
|
||||||
# nav position (top, left. top is default)
|
# nav position (top, left. top is default)
|
||||||
nav: left
|
nav: left
|
||||||
|
@ -54,6 +54,17 @@ nav: left
|
||||||
archive_footer_content: Lorem ipsum dolor sit amet, **consectetur adipiscing elit.** Fusce eget urna vitae velit *eleifend interdum at ac nisi. In nec ligula lacus. Cum sociis natoque* penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed eu cursus erat, ut dapibus quam. Archive
|
archive_footer_content: Lorem ipsum dolor sit amet, **consectetur adipiscing elit.** Fusce eget urna vitae velit *eleifend interdum at ac nisi. In nec ligula lacus. Cum sociis natoque* penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed eu cursus erat, ut dapibus quam. Archive
|
||||||
post_footer_content: ipsum dolor sit amet, **consectetur adipiscing elit.** Fusce eget urna vitae velit *eleifend interdum at ac nisi. In nec ligula lacus. Cum sociis natoque* penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed eu cursus erat, ut dapibus quam. Post
|
post_footer_content: ipsum dolor sit amet, **consectetur adipiscing elit.** Fusce eget urna vitae velit *eleifend interdum at ac nisi. In nec ligula lacus. Cum sociis natoque* penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed eu cursus erat, ut dapibus quam. Post
|
||||||
|
|
||||||
|
# Donate
|
||||||
|
donate:
|
||||||
|
enable: false
|
||||||
|
github:
|
||||||
|
paypal:
|
||||||
|
bitcoin:
|
||||||
|
BTCQR:
|
||||||
|
AliPayQR:
|
||||||
|
WeChatQR:
|
||||||
|
|
||||||
|
# Following are configs for various comment system supported by the typing theme
|
||||||
# Gitment
|
# Gitment
|
||||||
gitment:
|
gitment:
|
||||||
owner:
|
owner:
|
||||||
|
@ -82,12 +93,3 @@ valine:
|
||||||
notify: false # valine mail notify (true/false)
|
notify: false # valine mail notify (true/false)
|
||||||
lang: zh-cn
|
lang: zh-cn
|
||||||
|
|
||||||
# Donate
|
|
||||||
donate:
|
|
||||||
enable: false
|
|
||||||
github: https://github.com/geekplux
|
|
||||||
paypal: https://www.paypal.me/geekplux
|
|
||||||
bitcoin: 1AVngxh56oLvAzXsEFnzccUohZdHswjC7j
|
|
||||||
BTCQR: http://7b1evr.com1.z0.glb.clouddn.com/donate/bitcoin.png
|
|
||||||
AliPayQR: http://7b1evr.com1.z0.glb.clouddn.com/donate/alipayQR.jpg
|
|
||||||
WeChatQR: http://7b1evr.com1.z0.glb.clouddn.com/donate/wechatQR.jpg
|
|
||||||
|
|
Loading…
Reference in New Issue