Hexo安装电脑安装好node和git,终端执行命令:
sudo npm install -g hexo
接着在任意位置创建一个文件夹,如Blog,cd到该路径下执行以下命令
hexo init
接下来是安装依赖包
npm install
2018-10-29