A minimalist Hexo theme
The design is borrowed from hexo-theme-icalm.
Live demo:
Support: Edge 16+, Firefox ESR+, Chrome 49+, Safari 10+, Opera 36+.
Doesn't support any version of IE.
Besides, the theme requires node version to be >= 5.0.0
.
$ npm i --save hexo-renderer-jade
$ git submodule add https://github.com/problem233/hexo-theme-mono.git themes/mono
Updadte:
$ git submodule update --remote
To customize config, copy _config.yml
to <site root dir>/source/_data/mono.yml
, then edit it.
To customize style, edit <site root dir>/source/css/custom.css
. If you need to overwrite theme's default, don't forget to add !important
.
Example: the source of my blog
Add a file <site root dir>/source/tags/index.md
with following content:
---
title: Tags
layout: tags
---
WTFPL