hexo-cache

**用于hexo博客添加service worker缓存支持** 1. 安装 ``` npm install hexo-cache --save ``` 2. 给HTML模板添加一段JavaScript,以next主题为例 layout文件夹 -> _layout.swig文件 在`header`标签上方上添加如下代码 ``` <style> .x-msg { position: fixed; left: 0; right: 0; top: 0; height:

0.1.6 • Published 7 years ago