Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahonn/hexo-theme-even

:rocket: A super concise theme for Hexo
https://github.com/ahonn/hexo-theme-even

hexo hexo-theme

Last synced: 25 days ago
JSON representation

:rocket: A super concise theme for Hexo

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?style=flat-square)](https://github.com/ahonn/hexo-theme-even/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/ahonn/hexo-theme-even.svg?style=flat-square)](https://github.com/ahonn/hexo-theme-even/network)
[![GitHub issues](https://img.shields.io/github/issues/ahonn/hexo-theme-even.svg?style=flat-square)](https://github.com/ahonn/hexo-theme-even/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/ahonn/hexo-theme-even/master/LICENSE)

## Screenshots
![even-screenshots](https://ahonn-me.oss-cn-beijing.aliyuncs.com/images/55iw9.png)

[🔯 Live Preview](https://ahonn.github.io/hexo-theme-even/)

## Installation
```bash
$ npm install hexo-renderer-ejs hexo-renderer-dartsass --save
$ git clone https://github.com/ahonn/hexo-theme-even themes/even
$ cp themes/even/_config.yml.example themes/even/_config.yml
```

Modify `yoursite/_config.yml`:

```yaml
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: even
```

For more options, check out the [document](https://github.com/ahonn/hexo-theme-even/wiki)

## Update
You can update to latest master branch by the following command:

```base
$ cd themes/even
$ git pull
```

## Contributing
Contribution is welcome, feel free to open an issue or pull request.

## Contributors

This project exists thanks to all the people who contribute.