官方教程:https://pages.github.com。
1、新建repository
2、以username.github.io命名,username必须是github的用户名,例如我的是kevin-zkp
3、clone到本地
4、新建index.html,加上内容文章来源:https://www.toymoban.com/news/detail-590058.html
<!DOCTYPE html>
<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/
文章来源地址https://www.toymoban.com/news/detail-590058.html
到了这里,关于github.io使用方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!