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

Commit 9ce8b9d

Browse files
committed
remove remaining references to default themes
1 parent 96a5c07 commit 9ce8b9d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

responses/03_change-theme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Step 4: Customize Site Details
22

3-
Great work! You can see your selected theme in action [here]({{ deploymentUrl }}). If you don't see your changes right away, refresh the page.
3+
Great work! You can see your published page [here]({{ deploymentUrl }}). If you don't see your changes right away, refresh the page.
44

55
### Getting your page blog ready
66

7-
GitHub added the theme you selected to your `_config.yml` file. Jekyll uses the `_config.yml` file to store settings for your site, like your theme, as well as reusable content like your site title and GitHub handle.
7+
Jekyll uses a file titled `_config.yml` to store settings for your site, a your theme and reusable content like your site title and GitHub handle.
88

99
You can check out the `_config.yml` file on the **Code** tab of your repository.
1010

responses/04_wrong-theme.md

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

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

55
Let's change the theme to `jekyll-theme-minimal`:
66

responses/07_next-steps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Before we finish, let's recap everything you completed in this repository
1010

1111
- You used the GitHub Flow like a natural
1212
- You enabled GitHub Pages
13-
- You picked a default theme
14-
- You changed the theme using the config file
13+
- You selected a theme using the config file
1514
- You learned about proper directory format and file naming conventions in Jekyll
1615
- You added and modified Jekyll front matter
1716

0 commit comments

Comments
 (0)