Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 751 Bytes

README.md

File metadata and controls

53 lines (37 loc) · 751 Bytes

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