# hexo-theme-even **Repository Path**: xiuxiuing/hexo-theme-even ## Basic Information - **Project Name**: hexo-theme-even - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2018-08-08 - **Last Updated**: 2021-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](https://xiuxiuing.gitee.io/blog/) ## 说明 hexo-theme-even 项目原地址:https://github.com/ahonn/hexo-theme-even 由于目前GitHub访问慢而且clone失败的原因,为了加快访问速度, 我将 `master` 分支的代码同步到了 Gitee, 目前所用的项目地址:https://gitee.com/xiuxiuing/hexo-theme-even.git 如果有问题,请及时联系我删除。 ## Feature - 自定义样式 - 支持 Fancybox - 版权信息,自定义许可协议 - 文章打赏,添加二维码 ## Screenshots ![even-screenshots](http://ouv0frko5.bkt.clouddn.com/blog/6n2zu.png) ## Installation ```bash $ npm install hexo-renderer-scss --save $ git clone https://gitee.com/xiuxiuing/hexo-theme-even.git 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)