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

Commit d0db7ad

Browse files
committed
standardize periods
1 parent 4071834 commit d0db7ad

9 files changed

+42
-42
lines changed

responses/00_class-introduction-issue.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ The first step to publishing your blog to the web is to enable GitHub Pages on t
2020

2121
{% if GHE_HOST %}
2222

23-
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings)
24-
1. In the "GitHub Pages" section, click **Launch automatic page generator**
25-
1. Edit the **Project name** and **Body** to be what you'd like your main page to display
26-
1. Click **Continue to layouts**
27-
1. Select a layout
28-
1. Click **Publish page**
23+
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings).
24+
1. In the "GitHub Pages" section, click **Launch automatic page generator**.
25+
1. Edit the **Project name** and **Body** to be what you'd like your main page to display.
26+
1. Click **Continue to layouts**.
27+
1. Select a layout.
28+
1. Click **Publish page**.
2929

3030
{% else %}
3131

32-
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings)
33-
1. In the "GitHub Pages" section, click **Choose a theme**
34-
2. Select a theme
35-
3. Click **Select theme**
32+
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings).
33+
1. In the "GitHub Pages" section, click **Choose a theme**.
34+
2. Select a theme.
35+
3. Click **Select theme**.
3636

3737
{% endif %}
3838

responses/01_update-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Your repository has an `index.html` file so we can update it to include your per
1010

1111
{% if GHE_HOST %}
1212

13-
1. Navigate to the **Code** tab of this repository, and browse to the `index.html` file, or click this link [here]({{ repoUrl }}/blob/master/index.html).
13+
1. Navigate to the **Code** tab of this repository, and browse to the `index.html` file, or click this link [here]({{ repoUrl }}/blob/master/index.html)
1414
1. In the upper right corner, click the the icon to the right of the file to edit the `index.md` file
1515
2. Type the content you want on your homepage
1616
3. Scroll to the bottom, type a commit message, and click **Create a new branch for this commit and start a pull request**
1717
4. Open a pull request
1818

1919
{% else %}
2020

21-
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).
21+
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)
2222
2. In the upper right corner, click the the icon to the right of the file to edit the `index.md` file
2323
3. Type the content you want on your homepage
2424
4. Scroll to the bottom, type a commit message, and click **Create a new branch for this commit and start a pull request**

responses/02_merge-pr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ You can merge<sup>[:book:](https://help.github.com/articles/github-glossary/#mer
44

55
### :keyboard: Activity: Merge your pull request
66

7-
1. Click **Merge pull request** below
8-
1. Click **Confirm merge**
9-
1. Click **Delete branch**
7+
1. Click **Merge pull request** below.
8+
1. Click **Confirm merge**.
9+
1. Click **Delete branch**.
1010

1111
<hr>
1212
<h3 align="center">Watch below for my response.</h3>

responses/04_create-blog-post.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ This pull request looks great so far. :sparkles: You've just edited the `_config
88

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

11-
1. On the "Code" tab, select your `{{ branch }}` branch
12-
1. Click **Create new file**
13-
1. Name the file `_posts/YYYY-MM-DD-title.md`
11+
1. On the "Code" tab, select your `{{ branch }}` branch.
12+
1. Click **Create new file**.
13+
1. Name the file `_posts/YYYY-MM-DD-title.md`.
1414
1. Replace the `YYYY-MM-DD` with today's date, and change the `title` of your first blog post if you'd like. _Note:_ If you do edit the title, make sure there are hyphens between your words.
1515

1616
- If your blog post date doesn't follow the correct date convention, you'll receive an error and your site won't build. For more information, see "[Page build failed: Invalid post date](https://help.github.com/articles/page-build-failed-invalid-post-date/)".
1717

18-
1. Type a quick draft of your blog post. Remember, you can always edit it later
19-
1. Commit your changes to your branch
18+
1. Type a quick draft of your blog post. Remember, you can always edit it later.
19+
1. Commit your changes to your branch.
2020

2121
<hr>
2222
<h3 align="center">Watch below for my response.</h3>

responses/04_wrong-theme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ It looks like you changed your theme, but for this activity we want to use `jeky
44

55
Let's change the theme to `minima`:
66

7-
1. At the top of this Pull Request, click the **Files changed** tab
8-
1. Click the :pencil2: icon to enter edit mode and change the `theme:` to **jekyll-theme-minimal**
9-
1. Scroll to the bottom of the window to create a commit
10-
1. Enter a commit message then click **Commit changes**
7+
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**.
9+
3. Scroll to the bottom of the window to create a commit.
10+
4. Enter a commit message then click **Commit changes**.
1111

1212
> Don't worry, if you don't like this theme you can always change it later.
1313

responses/05_add-front-matter.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ This example adds a title and date to your blog post. There are other useful thi
1313

1414
### :keyboard: Activity: Add Front Matter to your Blog Post
1515

16-
1. Click the "Files Changed" tab in this pull request
16+
1. Click the "Files Changed" tab in this pull request.
1717
1. There are two files in the "Files Changed" tab, the `_config.yml` file and the `_posts/YYYY-MM-DD-title.md` file. Make sure to edit the file in the `_posts` folder.
18-
1. Click on the pencil icon on the right side of the screen
19-
1. Type the following content at the top of your blog post:
18+
2. Click on the icon to edit on the right side of the screen.
19+
3. Type the following content at the top of your blog post:
2020

2121
---
2222
title: "YOUR-TITLE"
2323
date: YYYY-MM-DD
2424
---
2525

26-
1. Replace YOUR-TITLE with the title for your blog post
27-
1. Replace YYYY-MM-DD with today's date
28-
1. Commit your changes to your branch
26+
4. Replace YOUR-TITLE with the title for your blog post.
27+
5. Replace YYYY-MM-DD with today's date.
28+
6. Commit your changes to your branch.
2929

3030
<hr>
3131
<h3 align="center">Watch below for my response.</h3>

responses/05_incorrect-post.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Take a look at your file and make sure it meets the following requirements:
1212

1313
### :keyboard: Activity: Edit your file
1414

15-
1. Click the "Files Changed" tab in this pull request
16-
1. Click on the pencil icon on the right side of the screen
17-
1. Make adjustments based on the above errors
18-
1. Scroll to the bottom, and commit your changes
15+
1. Click the "Files Changed" tab in this pull request.
16+
1. Click on the pencil icon on the right side of the screen.
17+
1. Make adjustments based on the above errors.
18+
1. Scroll to the bottom, and commit your changes.
1919

2020
If you would like assistance troubleshooting the issue you are encountering, create a post on the [GitHub Community]({{ communityBoard }}) board. You might also want to search for your issue to see if other people have resolved it in the past.
2121

responses/06_incorrect-front-matter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ date: YYYY-MM-DD
1717

1818
### :keyboard: Activity: Edit your blog post
1919

20-
1. Click the "Files Changed" tab in this pull request
21-
1. Scroll past the config file, and find the file that you created
22-
1. Click on the pencil icon on the right side of the screen
23-
1. Make adjustments based on the above errors
24-
1. Scroll to the bottom, and commit your changes
20+
1. Click the "Files Changed" tab in this pull request.
21+
1. Scroll past the config file, and find the file that you created.
22+
1. Click on the pencil icon on the right side of the screen.
23+
1. Make adjustments based on the above errors.
24+
1. Scroll to the bottom, and commit your changes.
2525

2626
If you would like assistance troubleshooting the issue you are encountering, create a post on the [GitHub Community]({{ communityBoard }}) board. You might also want to search for your issue to see if other people have resolved it in the past.
2727

responses/06_merge-and-celebrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Nice work @{{ user.username }} :tada:! Users will be reading your blog in no tim
44

55
### :keyboard: Activity: Merge your pull request
66

7-
1. If satisfied with your post, click **Merge pull request**
8-
1. Click **Confirm merge**
9-
1. Click **Delete branch**
7+
1. If satisfied with your post, click **Merge pull request**.
8+
1. Click **Confirm merge**.
9+
1. Click **Delete branch**.
1010

1111
<hr>
1212
<h3 align="center">Watch below for my response.</h3>

0 commit comments

Comments
 (0)