Update_config.yml#4
Conversation
basic information updated
There was a problem hiding this comment.
Step 5: Create a blog post
This pull request looks great so far. ✨ You've just edited the _config.yml file! We have some more work to do to create your blog site. You can continue to make commits on your elominatedCloud-patch-1 branch and the pull request will update automatically.
⌨️ Activity: Add some content to your blog
Shortcut Note: Click this link to automatically complete steps 1-4.
-
On the "Code" tab, select your
elominatedCloud-patch-1branch. -
Click Create new file.
-
Name the file
_posts/YYYY-MM-DD-title.md. -
Replace the
YYYY-MM-DDwith today's date, and change thetitleof your first blog post if you'd like. Note: If you do edit the title, make sure there are hyphens between your words.- 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".
-
Type a quick draft of your blog post. Remember, you can always edit it later.
-
Commit your changes to your branch.
Watch below for my response.
첫 블로그 업데이트
There was a problem hiding this comment.
Step 6: Add blog post metadata
Now that you've created your Jekyll blog post file, we can add syntax to it. The syntax Jekyll files use is called YAML front matter. It goes at the top of your file and looks something like this:
---
title: "Welcome to my blog"
date: 2019-01-20
---This example adds a title and date to your blog post. There are other useful things you could add here in the future like layouts, categories, or any other logic that is useful to you. For more information about configuring front matter, see the Jekyll front matter documentation.
⌨️ Activity: Add Front Matter to your Blog Post
-
Click the "Files Changed" tab in this pull request.
-
There are two files in the "Files Changed" tab, the
_config.ymlfile and the_posts/YYYY-MM-DD-title.mdfile. Make sure to edit the file in the_postsfolder. -
Click on the icon to edit on the right side of the screen.
-
Type the following content at the top of your blog post:
--- title: "YOUR-TITLE" date: YYYY-MM-DD --- -
Replace YOUR-TITLE with the title for your blog post.
-
Replace YYYY-MM-DD with today's date.
-
Commit your changes to your branch.
Watch below for my response.
봇 안내따라 진행중
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
Watch below for my response.
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
Watch below for my response.
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
Watch below for my response.
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
Watch below for my response.
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
Watch below for my response.
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
Watch below for my response.
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
Watch below for my response.
There was a problem hiding this comment.
Checking your front matter
It looks like there may be some errors in your front matter. Take a look at your front matter and make sure the following is true:
- You used dashes on the first and final line
- You added a page title surrounded in quotes
- You added a date using the correct format
The YAML front matter should be at the top of your blog post file and should look something like this:
---
title: "Your blog post title"
date: YYYY-MM-DD
---⌨️ Activity: Edit your blog post
- Click the "Files Changed" tab in this pull request.
- Scroll past the config file, and find the file that you created.
- Click on the pencil icon on the right side of the screen.
- Make adjustments based on the above errors.
- Scroll to the bottom, and commit your changes.
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
basic information updated