配置Hexo环境
- 安装Node.js
- 安装Hexo
npm install hexo-cli -g
安装好后,切换至Hexo下
npm install npm install hexo-deployer-git --save npm install hexo-generator-feed --save npm install hexo-generator-sitemap --save
将要更新的文章放入 /source/_posts 下进行更新
hexo d -g
npm install hexo-cli -g
npm install npm install hexo-deployer-git --save npm install hexo-generator-feed --save npm install hexo-generator-sitemap --save
hexo d -g