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
|
||||
## Plugins: https://hexo.io/plugins/
|
||||
## Themes: https://hexo.io/themes/
|
||||
theme: landscape
|
||||
theme: typing
|
||||
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/deployment.html
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
language: en
|
||||
|
||||
# Dark Mode
|
||||
dark: false
|
||||
dark: true
|
||||
|
||||
# Header
|
||||
menu:
|
||||
|
@ -19,7 +19,7 @@ fancybox: true
|
|||
|
||||
# Miscellaneous
|
||||
google_analytics:
|
||||
favicon: /favicon.ico
|
||||
favicon:
|
||||
twitter:
|
||||
google_plus:
|
||||
fb_admins:
|
||||
|
@ -39,13 +39,13 @@ icons: false
|
|||
# NOTICE) Use the fontawesome icon names without the fa- prefix (http://fontawesome.io/cheatsheet/)
|
||||
links:
|
||||
book: /archives/
|
||||
globe: https://github.com/geekplux/hexo-theme-typing
|
||||
twitter: https://twitter.com/
|
||||
github-alt: https://github.com/
|
||||
youtube-play: https://www.youtube.com/
|
||||
stack-overflow: https://stackoverflow.com/
|
||||
google-plus: https://plus.google.com/
|
||||
rss: /atom.xml
|
||||
globe:
|
||||
twitter:
|
||||
github-alt:
|
||||
youtube-play:
|
||||
stack-overflow:
|
||||
google-plus:
|
||||
rss:
|
||||
|
||||
# nav position (top, left. top is default)
|
||||
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
|
||||
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:
|
||||
owner:
|
||||
|
@ -82,12 +93,3 @@ valine:
|
|||
notify: false # valine mail notify (true/false)
|
||||
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