操作方法
- 在github上完成注册后,新建仓库(New repository)
- 命名仓库时,要命名为“github用户名”+“.github.io”.(必须这样命名)
- 上传一个html文件到该仓库中,如index.html
内容:
Document
h1{
text-align: center;
font-size: 50px;
}
Github Blog
- 访问效果: 路径:https://cxyzy1.github.io/index.html
关于git命令的使用,本文未涉及,可参考:http://www.runoob.com/w3cnote/git-guide.html
安卓开发技术分享: https://blog.csdn.net/yinxing2008/article/details/84555061 更多技术总结好文,请关注:「程序园中猿」