Github Page 网页搭建教程,教你分分钟搭建自己的博客
2、新建一个仓库,也就是我们代码要存放的位置
3、给我们仓库起个名字
4、利用仓库自动生成一个网页
4、点击Gihub Pages模块里的Automatic page generator
5、设置网页的Body内容
6、点击上图的Continue to layouts
8、点击上图的PUBLIC,发布网页
9、稍后,就可以按照username.github.io/repository 的格式,访问我们生成的网页,就可以看到最终的效果了。username 是我们注册github的用户名,repository是我们新建的仓库名。