This is simple hexo blog theme, neither elegant ui nor beautiful animation.
Oasis requires Hexo 5.4.0 and above
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
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
hexo clean
hexo g
hexo s
cd themes/oasis
git pull
MIT