hexo-theme-gruffalo主题,基于 Hexo 3.0+ 制作。 【博客1】 【博客2】
白天模式
夜间模式
git clone https://github.com/dearzoe/hexo-theme-gruffalo.git themes/gruffalo
//Less(主题默认使用 less 作为 css 预处理工具。)
$ npm install hexo-renderer-less --save
//Feed(用于生成 rss。)
$ npm install hexo-generator-feed --save
//Json-content(用于生成静态站点数据,用作站内搜索的数据源。)
$ npm install hexo-generator-json-content --save
//QRCode(用于生成微信分享二维码。)
$ npm install hexo-helper-qrcode --save
- 仅支持 IE10+ 等现代浏览器。
- 去 jQuery,更轻。相信现代浏览器的原生兼容性。
- 使用 Less 作为 css 预处理器,需要安装
hexo-renderer-less
。 - 添加了英文字体支持 Roboto。
- 添加了一些波纹效果。By Waves
- 无前端依赖的分享实现。
- 基于静态数据的站内搜索,无第三方侵入。
- 支持文章打赏。
需要额外安装字数统计插件(感谢dinphy):
npm install --save hexo-wordcount
升级前请仔细查看更改内容,如非必要可不升级。