赞
踩
官方教程: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>
5、先commit,再publish
6、在浏览器中输入https://username.github.io
,我这里是https://kevin-zkp.github.io/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。