hexo安装(ubuntu)
安装nodejs
替换为淘宝npm镜像
1  | npm install -g cnpm --registry=https://registry.npm.taobao.org  | 
安装hexo
1  | cnpm install -g hexo-cli  | 
hexo安装(ubuntu)
1  | npm install -g cnpm --registry=https://registry.npm.taobao.org  | 
1  | cnpm install -g hexo-cli  | 
hexo安装(ubuntu)