关于

hexo-theme-zhaoo

一款简约的 Hexo 主题

预览

(如果您正在使用 zhaoo 主题,欢迎展示您的博客哦,只需在 README.md 文件中加入您的博客,提交 PR 即可。)

特性

  • 简约 & 响应式 & 动效
  • highlight 代码高亮
  • Gitalk 评论
  • FancyBox 图片灯箱
  • Pjax 无刷新加载
  • lazyload 图片懒加载
  • LeanCloud 统计访问量
  • 支付宝、微信 打赏
  • 相册页面,图片支持瀑布流加载(justifiedGallery
  • 格言,可配合插件 hexo-plug-motto 实现动态格言
  • 定制 主题风格CDN埋点脚本社交链接版权说明

截图

预览

首页

文章

相册

安装

安装 Hexo 后进入根目录:

1
$ cd hexo

安装 zhaoo 主题:

1
$ git clone https://github.com/izhaoo/hexo-theme-zhaoo.git themes/zhaoo

使用

修改 Hexo 根目录下的 _config.yml 文件启用 zhaoo 主题:

1
theme: zhaoo

建议将文章数量改为9篇,启用代码高亮效果:

1
2
3
4
5
6
7
8
9
10
11
index_generator:
path: ''
per_page: 9
order_by: -date

highlight:
enable: true
line_number: true
auto_detect: true
hljs: true
tab_replace:

启动 Hexo 服务器预览:

1
$ hexo clean && hexo s

配置

修改主题目录下的 _config.yml 文件,配置相关功能:

建议参考 _config.yml 进行配置

更新

移动到 zhaoo 主题目录:

1
$ cd themes/zhaoo

从 GitHub 获取更新:

1
$ git pull

协议

MIT License