Hexo使用技巧汇总

× 文章目录
  1. 1. 使用淘宝镜像安装
  2. 2. 自己的主题
  3. 3. 升级Node.js版本

摘要: 本文主要记录在Node,hexo等使用经验。

使用淘宝镜像安装

npm install hexo –save –registry=https://registry.npm.taobao.org

npm install –registry=https://registry.npm.taobao.org

npm install hexo-cli -g –registry=https://registry.npm.taobao.org

npm install –save hexo-renderer-sass –registry=https://registry.npm.taobao.org

自己的主题

https://segmentfault.com/a/1190000010065946

sudo npm install -g n –registry=https://registry.npm.taobao.org

升级Node.js版本

http://blog.csdn.net/chwshuang/article/details/54965100

如果您觉得文章不错,可以打赏我喝一杯咖啡!