https://github.com/giuem/hexo-theme-iris
A minimalist Hexo theme designed for Chinese blog
https://github.com/giuem/hexo-theme-iris
Last synced: about 1 month ago
JSON representation
A minimalist Hexo theme designed for Chinese blog
- Host: GitHub
- URL: https://github.com/giuem/hexo-theme-iris
- Owner: giuem
- License: mit
- Created: 2018-08-06T16:16:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:58:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T20:15:25.911Z (about 1 month ago)
- Language: SCSS
- Homepage: https://www.giuem.com/
- Size: 1.15 MB
- Stars: 45
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hexo-themes - giuem/hexo-theme-iris
README
# hexo-theme-iris
> A minimalist Hexo theme for Chinese blog.
## Installation
1. Download the theme to your Hexo theme folder;
``` bash
git clone https://github.com/giuem/hexo-theme-iris.git themes/iris
```2. Configure theme;
```bash
cd themes/iris
cp _config.example.yml _config.yml
vi _config.yml
```3. Specify `theme` property to `iris`.
```yaml
# /_config.yml
theme: iris
```## Hexo Plugins
The following Hexo plugins is necessary:
* [hexo-renderer-ejs](https://www.npmjs.com/package/hexo-renderer-ejs)
Some plugins is not necessary, but I strongly recommand:
* [hexo-generator-index](https://www.npmjs.com/package/hexo-generator-index)
* [hexo-generator-archive](https://www.npmjs.com/package/hexo-generator-archive)
* [hexo-generator-category](https://www.npmjs.com/package/hexo-generator-category)
* [hexo-generator-tag](https://www.npmjs.com/package/hexo-generator-tag)
* [hexo-filter-crossorigin](https://www.npmjs.com/package/hexo-filter-crossorigin): Append [crossorigin](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) attribute to HTML elements.
* [hexo-critical-css](https://github.com/john-whitley/hexo-critical-css): Inline Critical CSS.
* [hexo-html-minifier](https://github.com/hexojs/hexo-html-minifier): Minify HTML files.