1.创建仓库(Create a new repository)

创建
2.进行设置(Setting)

设置
3.选择主题(Choose a theme)

选择主题

选择
4.拿到访问地址
选择完主题后可以在setting 里面看到您的网站发布地址

image.png
5.更改仓库名
改成根据创建账号用户名+github.io

image.png
6.自定义首页
创建一个index.html放入
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cc</title>
</head>
<body>
hello world
</body>
</html>

image.png
7.访问网站发布地址

image.png