You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/quickstart.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ In this guide, you'll create a user site at `<username>.github.io`.
38
38
By default, the title of your site is `username.github.io`. You can change the title by editing the `_config.yml` file in your repository. You can also add a description for your site.
39
39
40
40
1. Click the **Code** tab of your repository.
41
+
1. In the file list, check whether `_config.yml` exists. If it does not exist, create a new file named `_config.yml`.
41
42
1. In the file list, click `_config.yml` to open the file.
42
43
1. Click {% octicon "pencil" aria-label="The edit icon" %} to edit the file.
43
44
1. The `_config.yml` file already contains a line that specifies the theme for your site. Add a new line with `title:` followed by the title you want. Add a new line with `description:` followed by the description you want. For example:
0 commit comments