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

Commit 5c8b92e

Browse files
authored
Add link to create first blog post file
1 parent 0aea3cd commit 5c8b92e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

responses/07_create-blog-post.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ 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/YYYY-MM-DD-my-first-blog-post.md) to automatically complete steps 1-3.
10+
911
1. On the "Code" tab, select your `{{ branch }}` branch
1012
1. Click **Create new file**
11-
1. Name the file `_posts/YYYY-MM-DD-title.md`, but replace the `YYYY-MM-DD` with today's date, and `title` with the title you'd like to use for your first blog post
13+
1. Name the file `_posts/YYYY-MM-DD-title.md`
14+
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.
1215

1316
- 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/)".
1417

0 commit comments

Comments
 (0)