文章界面很清晰,很适合阅读~
- Google Search Console
- Google Analytics
- Disqus
- Live2d WebGL (比较大,可能会导致页面加载变慢~)
- Hotjar
- Reward
- 页面滚动快捷键(j,k,t,b,n,m 具体功能自己尝试)
- In the
root
directory:
$ git clone https://github.com/ochukai/hexo-theme-ochuunn.git themes/ochuunn
# fix issue #1
npm install hexo-renderer-jade --save
- Change the
theme
property in theconfig.yml
file.
# theme: landscape
theme: ochuunn
- Run:
hexo generate
andhexo server
Add these code to your package.json
"scripts": {
"deploy": "hexo clean && hexo generate && hexo deploy",
"start": "hexo clean && hexo s --debug"
},
After you do this, just run npm start
to debug your site and run npm run deploy
to deploy your site.
- 不支持 link 类型的文章
- 不支持 category,只有 tag
(在目录的最下面, 是 hexo 的测试文章,按 b 键直达~)
(使用本主题之后,可以直接修改 README.md 文件,系统会自动提 pr 给我的,我来负责合并)
- I am Oliver
- lusixstar.github.io -- 不小心看到的~
- nao-n -- 不小心看到的~
- (待补充)