前面講了如何使用hexo+css搭建本身的博客,今天主要是總結下如何把本地能訪問的靜態的博客部署到github上。以重寫weex使用手冊爲例(不要問我爲何這麼無聊,等你懷孕了就知道了)。css
博客地址:https://stardew516.github.io/(遷移:https://stardew.github.io/)
博客部署地址:https://github.com/stardew516...(https://github.com/stardew/stardew.github.io)git
博客源碼地址:https://github.com/stardew516...github
npm install hexo-deployer-git --save
# 部署部分的設置 deploy: type: git repo: https://github.com/stardew516/stardew516.github.io.git branch: master message: hexo + css
hexo generate
hexo deploy