# 创建你的网站

[登录](https://github.com/login) 后，创建一个新的仓库开始使用。

![新建仓库按钮](https://guides.github.com/features/pages/create-new-repo-button.png)

在新的仓库页面上，你需要为此仓库指定一个独特的名称来生成相应的网站。

![新仓库页面](https://guides.github.com/features/pages/create-new-repo-screen.png)

网站的文件将存放在名为 `username.github.io` 的仓库中（其中“username”是你的实际 GitHub 用户名）。要开始设置你的网站，你需要打开“设置”选项卡。

![设置选项卡](https://guides.github.com/features/pages/repo-settings.png)

在设置页面向下滚动，你将看到底部附近的 **GitHub Pages** 部分。单击 **Choose a theme** 按钮开始创建站点。

![打开主题选择页面](https://guides.github.com/features/pages/launch-theme-chooser.png)

单击该按钮后，你将打开主题选择页面。在页面顶部的轮播图中可看到几个主题选项。单击图像可预览主题。选择其中一个后，单击右侧的 **Select theme**。以后想改变主题也很方便，所以如果现在不确定，随便选择一个就好了。

![选择主题](https://guides.github.com/features/pages/theme-chooser.png)

你可以在这里编写自己的内容（如果你愿意也可以暂时保留默认内容）。

![代码编辑器](https://guides.github.com/features/pages/code-editor.png)

完成编辑后，向下滚动到页面底部，然后单击 **Commit changes**。

![提交编辑](https://guides.github.com/features/pages/commit-edits.png)

GitHub 将负责所有工作，将访问者引导至 `username.github.io` 查看你的新网站。这个过程可能需要 10 分钟。过一段时间后，你可以在浏览器中进入你的网站看看！
