Skip to content

qiantao94/hexo-theme-oasis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oasis 🌏

This is simple hexo blog theme, neither elegant ui nor beautiful animation.

Preivew Oasis

Oasis requires Hexo 5.4.0 and above

Install

git clone --depth 1 https://github.com/qiantao94/hexo-theme-oasis.git themes/oasis
npm install hexo-generator-feed --save
npm install hexo-renderer-pug --save

Enable

Modify theme setting in _config.yml to oasis.

_config.yml
- theme: some-theme
+ theme: oasis

Disable highlight and enable prismjs to highlight code in _config.yml

highlight:
  enable: false
prismjs:
  enable: true

Run

hexo clean
hexo g
hexo s

Update

cd themes/oasis
git pull

LICENSE

MIT