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

Commit f27f312

Browse files
committed
Update links
1 parent e4b9ee7 commit f27f312

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ steps:
153153
filename: _config.yml
154154
action_id: file
155155
- type: gate
156-
left: '/^theme:\s?jekyll-theme-cayman$/m'
156+
left: '/^theme:\s?jekyll-theme-minimal$/m'
157157
operator: test
158158
right: '%actions.file%'
159159
else:

responses/02_update-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Step 2: Customize your homepage
22

3-
Great job! Now that GitHub Pages is enabled, you can view your website here: https://{{ user.username }}.github.io/{{ repo }}
3+
Great job! Now that GitHub Pages is enabled, you can view your website here: https://{{ user.username }}.github.io/{{ repo }}
44

55
__NOTE:__ You'll be updating your GitHub Pages site in the upcoming steps. To make things easier to view, I recommend that you open this link in another tab or window for quick access to view your changes.
66

@@ -10,7 +10,7 @@ Your repository has an `index.md` file so we can update it to include your perso
1010

1111
### :keyboard: Activity: Create your homepage
1212

13-
1. Navigate to the **Code** tab of this repository, and browse to the `index.md` file, or click this link [here]({{ repoUrl }}/blob/master/index.md).
13+
1. Navigate to the **Code** tab of this repository, and browse to the `index.md` file, or click this link [here](https://github.com/{{ owner }}/{{ repo }}/blob/master/index.md).
1414
1. In the upper right corner, click the :pencil2: pencil icon to open the file editor.
1515
1. Type the content you want on your homepage and remember, [you can use Markdown](https://help.github.com/articles/basic-writing-and-formatting-syntax/) to format your content.
1616
1. Scroll to the bottom, type a commit message, and click **Create a new branch for this commit and start a pull request**.

responses/02r_wrong-file-updated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ It looks like you may have updated `{{ files }}` instead of `index.md`. Please u
22

33
### :keyboard: Activity: Create your home page
44

5-
1. On the **Code** tab, click the `index.md` file, or use this link [here]({{ repoUrl }}/blob/master/index.html).
5+
1. On the **Code** tab, click the `index.md` file, or use this link [here](https://github.com/{{ owner }}/{{ repo }}/blob/master/index.html).
66
1. Click the :pencil2: icon to enter edit mode and add a few lines of content. Remember, [you can use Markdown](https://help.github.com/articles/basic-writing-and-formatting-syntax/)
77
1. Scroll to the bottom and select the option to "Create a new branch for this commit and start a pull request"
88
1. Select **Propose file change**

responses/05_change-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can check out the `_config.yml` file on the **Code** tab of your repository.
1212

1313
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`.
1414

15-
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).
15+
1. Navigate to the **Code** tab of this repository, and browse to the `_config.yml` file, or click this link [here](https://github.com/{{ owner }}/{{ repo }}/blob/master/_config.yml).
1616
1. In the upper right corner, click :pencil2: to open the file editor.
1717
1. Change `theme:` to **jekyll-theme-minimal** so it shows in the `_config.yml` file as below:
1818
```

responses/07_create-blog-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This pull request looks great so far. :sparkles: You've just edited the `_config
66

77
### :keyboard: Activity: Add some content to your blog
88

9-
**Shortcut Note**: Click this link [here]{{ repoURL }}/new/{{ branch }}/?filename=_posts/{{ date | date: "%y-%m-%d" }}-my-first-blog-post.md) to automatically complete steps 1-4.
9+
**Shortcut Note**: Click this link [here](https://github.com/{{ owner }}/{{ repo }}/new/{{ branch }}/?filename=_posts/{{ date | date: "%y-%m-%d" }}-my-first-blog-post.md) to automatically complete steps 1-4.
1010

1111
1. On the "Code" tab, select your `{{ branch }}` branch
1212
1. Click **Create new file**

0 commit comments

Comments
 (0)