From b6acaa14e2930862131abd96bbe7149361b52303 Mon Sep 17 00:00:00 2001 From: curben Date: Mon, 10 Sep 2018 19:12:41 +0930 Subject: [PATCH] Switch to 'typing' theme and initial config --- _config.yml | 2 +- themes/typing/_config.yml | 38 ++++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/_config.yml b/_config.yml index 0dc27e5..4cb7039 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/themes/typing/_config.yml b/themes/typing/_config.yml index 3cf5f17..9eddb99 100644 --- a/themes/typing/_config.yml +++ b/themes/typing/_config.yml @@ -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