请访问 ITXIA Web Group
git clone https://github.com/NJU-itxia/techblog.git
git clone https://github.com/iissnan/hexo-theme-next themes/next
cd techblog
npm install
hexo new your-article # 在 /source/_posts 下编辑
hexo deploy # 会把 /public 的内容 push 到 gh-pages 分支
别忘了 commit 主分支,并 push
git add --all
git commit -m "your-commit"
git push origin master