0


github.io使用方法

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/

在这里插入图片描述

标签: github git

本文转载自: https://blog.csdn.net/qq_41523340/article/details/127269682
版权归原作者 Kevin_Opt 所有, 如有侵权,请联系我们删除。

“github.io使用方法”的评论:

还没有评论