You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
1.3 KiB

# Material Flow
**版权声明:此主题由 [stkevintan/hexo-theme-material-flow](https://github.com/stkevintan/hexo-theme-material-flow) 改编**。(原作者博客已迁移至Hugo)
此主题最新demo(持续维护):[https://blog.xaoxuu.com](https://blog.xaoxuu.com)
<div>
<img width="1680" alt="screen shot 2017-10-24 at 11 51 57 am" src="https://user-images.githubusercontent.com/16400144/31924422-98c29398-b8b3-11e7-9d4c-d23ca4c11e81.png">
</div>
## Installation
```bash
# change to work dir
cd /your_blog_dir/
# install dependencies
npm i -S hexo-generator-search hexo-generator-feed hexo-renderer-less hexo-autoprefixer hexo-generator-json-content
# download source
git clone https://github.com/stkevintan/hexo-theme-material-flow themes/material-flow
```
## Configuration
1. Change the value of `theme` to `material-flow` in `_config.yml`.
2. Put your avatar && favicon images to `source/images/`.
3. Edit `_config.yml` and `themes/material-flow/_config.yml` for your needs.
Here are some examples:
1. [_config.yml](https://github.com/stkevintan/hexo/blob/master/_config.yml)
2. [themes/material-flow/_config.yml](https://github.com/stkevintan/hexo/blob/master/themes/material-flow/_config.yml)
## More
Please refer to offical doc : <https://hexo.io/docs/index.html>