Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stkevintan/hexo-theme-material-flow
Yet Another Material-Design-Style Hexo Theme
https://github.com/stkevintan/hexo-theme-material-flow
Last synced: 3 days ago
JSON representation
Yet Another Material-Design-Style Hexo Theme
- Host: GitHub
- URL: https://github.com/stkevintan/hexo-theme-material-flow
- Owner: stkevintan
- License: mit
- Created: 2017-01-19T09:19:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T05:38:33.000Z (over 7 years ago)
- Last Synced: 2024-05-20T09:18:20.729Z (8 months ago)
- Language: CSS
- Size: 1.97 MB
- Stars: 258
- Watchers: 9
- Forks: 65
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - stkevintan/hexo-theme-material-flow - Design-Style Hexo Theme|258| (Content)
README
# Material Flow
__由于本人将博客系统转到hugo上,本Hexo主题将只进行bug修复__
安利一发我为hugo写的相同风格的主题: [YAMT](https://github.com/stkevintan/sfork)Yet Another Material-Design-Style Hexo Theme.[DEMO](https://kntan.coding.me/kntan/)
## 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 :