当前位置:   article > 正文

github.io使用方法_github io

github io

github.io使用方法

官方教程:https://pages.github.com

1、新建repository
在这里插入图片描述
2、以username.github.io命名,username必须是github的用户名,例如我的是kevin-zkp
在这里插入图片描述
3、clone到本地
在这里插入图片描述
4、新建index.html,加上内容

<!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
</html>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

5、先commit,再publish
在这里插入图片描述
6、在浏览器中输入https://username.github.io,我这里是https://kevin-zkp.github.io/
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/923032
推荐阅读
相关标签
  

闽ICP备14008679号