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

Commit 89bde3e

Browse files
authored
Update theme to minima for 03_change-theme.md
1 parent 8a7b311 commit 89bde3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

responses/03_change-theme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ You can check out the `_config.yml` file on the **Code** tab of your repository.
1010

1111
### :keyboard: Activity: Modify the config file
1212

13-
Let's change the `_config.yml` so it's a perfect fit for your new blog. First, we need to use a blog-ready theme. For this activity, we will use a theme named `jekyll-theme-minimal`.
13+
Let's change the `_config.yml` so it's a perfect fit for your new blog. First, we need to use a blog-ready theme. For this activity, we will use a theme named `minima`.
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
2. In the upper right corner, click :pencil2: to open the file editor.
17-
3. Add a `theme:` set to **jekyll-theme-minimal** so it shows in the `_config.yml` file as below:
17+
3. Add a `theme:` set to **minima** so it shows in the `_config.yml` file as below:
1818
```
19-
theme: jekyll-theme-minimal
19+
theme: minima
2020
```
2121
4. Modify the other configuration variables such as `title:`, `author:`, and `description:` to customize your site.
2222
5. Click **Create a new branch for this commit and start a pull request**.

0 commit comments

Comments
 (0)