使用hexo搭建个人博客遇到的问题
如何在linux上部署hexo服务器安装NodeJS作为hexo运行环境,命令:yum install nodejs国内直接使用npm可能会慢,使用淘宝npm镜像替代。使用方式是安装cnpm,以后用cnpm代替npm命令,安装命令:npm install -g cnpm --registry=https://registry.npmmirror.comhexo需要NodeJs是12以上,命令:cnpm install -g nn stable安装hexo,命令:cnpm install