Skip to content

lecler-i/hexo-theme-ochuunn-dark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ochuunn

特点

文章界面很清晰,很适合阅读~

Demo

I am Oliver

Features

  • Google Search Console
  • Google Analytics
  • Disqus
  • Live2d WebGL (比较大,可能会导致页面加载变慢~)
  • Hotjar
  • Reward
  • 页面滚动快捷键(j,k,t,b,n,m 具体功能自己尝试)

Install

  1. 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
  1. Change the theme property in the config.yml file.
# theme: landscape
theme: ochuunn
  1. Run: hexo generate and hexo server

Tips

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 给我的,我来负责合并)

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.4%
  • HTML 29.9%
  • JavaScript 25.7%