Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit a15dca8

Browse files
authored
Add theme change example to change-theme instructions
1 parent dd6162b commit a15dca8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

responses/05_change-theme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Let's change the `_config.yml` so it's a perfect fit for your new blog. First, w
1414

1515
1. Navigate to the **Code** tab of this repository, and browse to the `_config.yml` file, or click this link [here]({{ repoUrl }}/blob/master/_config.yml).
1616
1. In the upper right corner, click :pencil2: to open the file editor.
17-
1. Change `theme:` to **jekyll-theme-minimal** and modify the other configuration variables such as `title:`, `author:`, and `description:` to customize your site.
17+
1. Change `theme:` to **jekyll-theme-minimal** so it shows in the `_config.yml` file as below:
18+
```
19+
theme: jekyll-theme-minimal
20+
```
21+
1. Modify the other configuration variables such as `title:`, `author:`, and `description:` to customize your site.
1822
1. Click **Create a new branch for this commit and start a pull request**.
1923
1. Open a pull request.
2024

0 commit comments

Comments
 (0)