https://github.com/tschaub/gh-pages
Publish files to a gh-pages branch on GitHub
install
|
|
config
add following to package.json
-d : base path of static files
deploy
|
|
https://github.com/tschaub/gh-pages
Publish files to a gh-pages branch on GitHub
|
|
add following to package.json
-d : base path of static files
|
|
Follow this guide to deploy react app to github pages.
React Create App Readme
Github pages does not support SPA routings now, so you have to do followings:
Follow this guide to make SPA OK with github pages
spa github pages
hexo是以node.js開發的輕量級架blog工具
more: hexo offial site
github pages是github提供的static網站空間
每個user都可以建立一個無限流量的static web site(這個適合拿來當blog)
每個repository底下也都可以建立一個static網站(這個適合拿來當各repository的說明文件)
more: github pages offial site
本文介紹以hexo + github pages快速架設個人blog
內容包含:hexo安裝,常用指令,初次建立blog設定,新增文章,deploy to github pages
Continue reading
Hello everyone. I’m cwza. Welcome to my blog.
Software Engineer