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

2.进行设置(Setting)

3.选择主题(Choose a theme)


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

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

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

7.访问网站发布地址

网友评论