本文共 2139 字,大约阅读时间需要 7 分钟。
????? GitHub ? Travis CI????????? GitHub ?????????????????????
?? GitHub ????? GitHub?????????????????????????????????????????????????
??????????? GitHub ????????????????? > ??????? > ??????????????????????????????????????????????????
Hexo ?????????????????????????????????????
?? Hexo????????????
npm install -g hexo
??? Hexo ?????????????
hexo init
??????????????? Hexo ?????
????? GitHub???????????? GitHub ??????
git add .git commit -m "??? Hexo ??"git push origin master:gh-pages
???gh-pages ??????? GitHub Pages ??????????????????? master ???
Travis CI ????????CI???????????????????? Travis CI ????
?? Travis CI??? Travis CI????Sign in with GitHub???? GitHub ?????
?? GitHub ??????????? GitHub ?????? ellipse???????????????????????????????? master ????
?? GitHub ???? Travis CI ????????????????????????? GitHub ???
?? .travis.yml ?????????????? .travis.yml ??????????
language: node_jsnode_js: '11'install: npm installscript: hexo gafter_script: echo "??? GitHub Pages"cd publicgit initgit config user.name "????"git config user.email "????"git add .git commit -m "????"git push -u -f "https://${TOKEN}@github.com/${USERNAME}/hexo_blog.git" master:gh-pagesbranches: only: master ? ${TOKEN} ????? GitHub ???${USERNAME} ????? GitHub ???
?? Travis CI?? GitHub ??????????? Travis CI ????????????? Travis CI ??????????
??????????????? GitHub Pages?????? Hexo ??????????????? _config.yml ??????????
url: https://yourusername.github.io/hexo_blogroot: /hexo_blog/
? yourusername ????? GitHub ????
???????Travis CI ????????????????? GitHub Pages????????
git add .git commit -m "????"git push origin master:gh-pages
?????????? GitHub ??????? > ?????????????????????????? https://<yourusername>.github.io/hexo_blog/
?????????????????????????????????????????? GitHub Pages?
转载地址:http://zevf.baihongyu.com/