通过 GitHub 发布博客
首先,
注册一个 GitHub 账号
, 并确认你的邮箱地址。
接下来,你需要创建一个新的资源库( repository )来存放你的文件。取名为
username.github.io
,其中 `username` 是你的用户名。
在创建好的仓库创建名为
index.html
的文件,作为网站主页。
自此,网站搭建完成。预览效果见:
https://username.github.io
,比如
https://xinetzone.github.io/
.