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

Commit cb6d92f

Browse files
authored
Merge pull request #24 from githubtraining/theme-update
Update theme from jekyll-theme-minimal to minima
2 parents 8a7b311 + 28bd832 commit cb6d92f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ steps:
111111
filename: _config.yml
112112
action_id: file
113113
- type: gate
114-
left: '/^theme:\s?jekyll-theme-minimal$/m'
114+
left: '/^theme:\s?minima$/m'
115115
operator: test
116116
right: '%actions.file%'
117117
else:

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**.

responses/04_wrong-theme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
It looks like you changed your theme, but for this activity we want to use `jekyll-theme-minimal`.
1+
It looks like you changed your theme, but for this activity we want to use `minima`.
22

3-
### :keyboard: Activity: Change the theme to jekyll-theme-minimal
3+
### :keyboard: Activity: Change the theme to minima
44

5-
Let's change the theme to `jekyll-theme-minimal`:
5+
Let's change the theme to `minima`:
66

77
1. At the top of this Pull Request, click the **Files changed** tab.
8-
2. Click the icon to enter edit mode and change the `theme:` to **jekyll-theme-minimal**.
8+
2. Click the icon to enter edit mode and change the `theme:` to **minima**.
99
3. Scroll to the bottom of the window to create a commit.
1010
4. Enter a commit message then click **Commit changes**.
1111

0 commit comments

Comments
 (0)