alphafeng / hexo-theme-even

:rocket: A super concise theme for Hexo

Home Page:https://www.aixinxin.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-theme-even

fork fromhexo-theme-even

GitHub stars GitHub forks GitHub issues GitHub license

Demo

在线预览 Demo

Feature

  • 简洁风格,快速文章导航
  • 支持 Fancybox 图片浏览
  • 自适应移动端浏览
  • 文章打赏,添加二维码

Modifies

  • 首页增加分类导航,增加subtitle展示
  • 分类页修改为列表展示模式
  • 修改了模版,将首页展示和文章详情展示分离,同时首页不再展示文章全部内容

Installation

$ npm install hexo-renderer-scss --save
$ git clone https://github.com/ahonn/hexo-theme-even themes/even

修改配置文件中的 theme 字段为 even:

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

更多主题设置,查看 Document

注:可以在layout/_partial/head.swig将{% include "../_script/push.swig" %}注释掉,不然可以会引起js加载报错。

About

:rocket: A super concise theme for Hexo

https://www.aixinxin.xyz

License:MIT License


Languages

Language:CSS 72.2%Language:JavaScript 27.8%