Skip to content

oif/hexo-theme-zen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zen

A lean Hexo theme.

Preview

Installation

Install

git clone https://github.com/oif/hexo-theme-zen.git themes/zen

Dependency

npm install hexo-renderer-less --save
npm install hexo-symbols-count-time --save

Update Theme

cd themes/zen
git pull

Configuration

Highlight.js

To use Highlight.js have to disable Hexo code highlight in _config.yml

highlight:
  enable: false
  line_number: false
  auto_detect: false
  tab_replace:

Reading Time

Integrate with Reading Time please add and adjust those config in _config.yml

symbols_count_time:
  symbols: true
  time: true
  total_symbols: true
  total_time: true
  exclude_codeblock: false
  awl: 2
  wpm: 200
  suffix: mins.

For more details about those parameters see Usage

Nav

To add pages or links in header add some config like below in _config.yml

menu:
  about: /about

Theme

Set theme to zen in _config.yml to enable Zen theme

Thanks

Releases

No releases published

Packages

No packages published