注册 Github 账号
生成 Github Pages
假设,你注册github时的username为hello
,
邮箱为xxx@123.com
。
点击 New repository 即新建仓库,
Repository name 那里就得填写 hello.github.io
,
然后点击Create repository。
再点击右边的Settings,把页面拉到下面,
你会看到一个Lauch automatic page generator 按钮,点击它。
进入另一个页面后,直接拉到下面,点击右下角的Continue to layouts按钮。
页面跳转后,随便选择一个主题,然后点击Publish Page按钮。
Github Pages完成了!
现在你可以在浏览器输入https://hello.github.io
预览到Github Pages了。