hexo的npm依赖环境以及博客部署备忘录
pug 以及 stylus 的渲染器1npm install hexo-renderer-pug hexo-renderer-stylus --save
butterfly开启本地搜索1npm install hexo-generator-search --save
开启hexo-abbrlink文章链接1npm install hexo-abbrlink --save
1234567891011121314151617181920permalink: posts/:abbrlink.html # 将原来文章的地址修改为这个 # 并添加如下配置:abbrlink: alg: crc32 #support crc16(default) and crc32 rep: hex #support dec(default) and hex drafts: false #(true)Process draft,(false)Do not process draft. false(default) # Generate categories fr ...