An open API service indexing awesome lists of open source software.

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 修改

Awesome Lists containing this project

README

          

# hexo-theme-even
A super simple theme for Hexo

[![GitHub stars](https://img.shields.io/github/stars/ahonn/hexo-theme-even.svg)](https://github.com/ahonn/hexo-theme-even/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/ahonn/hexo-theme-even.svg)](https://github.com/ahonn/hexo-theme-even/network)
[![GitHub issues](https://img.shields.io/github/issues/ahonn/hexo-theme-even.svg)](https://github.com/ahonn/hexo-theme-even/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ahonn/hexo-theme-even/master/LICENSE)

## Demo
[在线预览 Demo](http://ahonn.github.io/)

## Feature
- 自定义样式
- 支持 Fancybox
- 版权信息,自定义许可协议
- 文章打赏,添加二维码

## Screenshots
![even-screenshots](http://ouv0frko5.bkt.clouddn.com/blog/6n2zu.png)

## 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)