A minimalist Hexo theme for Chinese blog.
- Download the theme to your Hexo theme folder;
git clone https://github.com/giuem/hexo-theme-iris.git themes/iris
- Configure theme;
cd themes/iris
cp _config.example.yml _config.yml
vi _config.yml
- Specify
theme
property toiris
.
# <hexo root>/_config.yml
theme: iris
The following Hexo plugins is necessary:
Some plugins is not necessary, but I strongly recommand:
- hexo-generator-index
- hexo-generator-archive
- hexo-generator-category
- hexo-generator-tag
- hexo-filter-crossorigin: Append crossorigin attribute to HTML elements.
- hexo-critical-css: Inline Critical CSS.
- hexo-html-minifier: Minify HTML files.