multi-hexo-writing

安装nodejs环境

1
2
conda install nodejs
npm install -g hexo-cli

克隆远程GIT到本地

1
2
git clone xxxx.git
npm install