Yet another Hexo theme tend to be simple and elegant. Based on hexo-theme-gandalfr.
- Built-in Code highlight support.
- Built-in hexo-tag-cloud support.
- More comfortable with large screens.
See the Demo.
# cd to your hexo dir
npm install
npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive hexo-tag-cloud
git submodule add https://github.com/haodave/hexo-theme-primitive themes/primitive
mkdir -p src/_data
cp themes/primitive/_config.yml.example src/_data/primitive.yml
# modify the config file
Modify _config.yml
to change the theme:
theme: primitive
modify _config.yml
to change the codestyle block:
# Styles shoule be found in the list: https://highlightjs.org/static/demo/
# use the lowercase letters and replace space with -
codestyle: solarized-light
# cd to your hexo dir
git submodule update
See @LICENSE
See @TODO.md