https://github.com/kscript/even
根据 https://github.com/ahonn/hexo-theme-even 修改
https://github.com/kscript/even
Last synced: 11 months ago
JSON representation
根据 https://github.com/ahonn/hexo-theme-even 修改
- Host: GitHub
- URL: https://github.com/kscript/even
- Owner: kscript
- License: mit
- Created: 2019-12-12T10:21:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T09:05:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T21:44:56.373Z (about 1 year ago)
- Language: SCSS
- Homepage:
- Size: 443 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-theme-even
A super simple theme for Hexo
[](https://github.com/ahonn/hexo-theme-even/stargazers)
[](https://github.com/ahonn/hexo-theme-even/network)
[](https://github.com/ahonn/hexo-theme-even/issues)
[](https://raw.githubusercontent.com/ahonn/hexo-theme-even/master/LICENSE)
## Demo
[在线预览 Demo](http://ahonn.github.io/)
## Feature
- 自定义样式
- 支持 Fancybox
- 版权信息,自定义许可协议
- 文章打赏,添加二维码
## Screenshots

## Installation
```bash
$ npm install hexo-renderer-scss --save
$ git clone https://github.com/ahonn/hexo-theme-even themes/even
```
修改配置文件中的 `theme` 字段为 `even`:
```yaml
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: even
```
更多主题设置,查看 [Document](https://github.com/ahonn/hexo-theme-even/wiki)