github.io使用方法
官方教程:https://pages.github.com。
1、新建repository
2、以username.github.io命名,username必须是github的用户名,例如我的是kevin-zkp
3、clone到本地
4、新建index.html,加上内容
<!DOCTYPEhtml><html><body><h1>Hello World</h1><p>I'm hosted with GitHub Pages.</p></body></html>
5、先commit,再publish
6、在浏览器中输入
https://username.github.io
,我这里是
https://kevin-zkp.github.io/
版权归原作者 Kevin_Opt 所有, 如有侵权,请联系我们删除。