感谢 zhufengning 的 pr #37, 添加了一个 tags 云~ 好看~ (原谅我稍微改了一下 😅)
- 支持 MathJax
- 页头加入 mathjax: true 便可以使用 MathJax 公式了~~~
- 哦哦哦,还需要在 _config.yml 中,把 mathjax 设置为 true
- 滚动条颜色变浅
- 代码高亮颜色变深
- body 颜色深
- 这个版本的文章更适合阅读~
- 评论时不会触发页面滚动了
- valine fork from https://deserts.io/diy-a-comment-system/, 文档看他的,但是他不支持头像随机,我改了,repo 在这里 ochukai/valine
- 文章界面很清晰,很适合阅读~
- Google Search Console
- Google Analytics
- LiveRe (我去掉了disqus, 国内不翻墙压根连不上)
- Valine (速度无敌,需要自己开一个 leancloud app,很简单,看文档吧,感谢 @rubychat)
- 打赏
- 🎈 页面滚动快捷键 (j, k, t, b, n, m 具体功能自己尝试, console 有提示~)
I am Oliver ochukai.me 最近解析到 git-pages 总是有问题~ 先不用了~
npm install hexo-renderer-pug --save
需要手动在hexo的根目录下创建tags
页:
hexo new page "tags"
然后在index.md
中加上type: "tags"
- In the
root
directory:
$ git clone https://github.com/ochukai/hexo-theme-ochuunn.git themes/ochuunn
-
Change file
_config.default.yml
to_config.yml
; -
Change the
theme
property in theconfig.yml
file.
# theme: landscape
theme: ochuunn
- 不支持 link 类型的文章
- 不支持 category,只有 tag
(在目录的最下面, 是 hexo 的测试文章,按 b 键直达~)