From 840fb65b2ac5e26919a7b792df9c88879809edab Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Thu, 9 Mar 2023 20:06:25 +0100 Subject: [PATCH] Update content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md Co-authored-by: Matt Pollard --- .../adding-content-to-your-github-pages-site-using-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md b/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md index eab8e28003..0066280906 100644 --- a/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md +++ b/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md @@ -58,7 +58,7 @@ Your theme includes default layouts, includes, and stylesheets that will automat {% data reusables.pages.navigate-site-repo %} {% data reusables.pages.navigate-publishing-source %} 3. Navigate to the `_posts` directory. -4. Create a new file called YYYY-MM-DD-NAME-OF-POST.md, replacing YYYY-MM-DD with the date of your post and NAME-OF-POST with the name of your post. +4. Create a new file called `YYYY-MM-DD-NAME-OF-POST.md`, replacing YYYY-MM-DD with the date of your post and NAME-OF-POST with the name of your post. 4. Add the following YAML frontmatter to the top of the file, replacing POST TITLE with the post's title, YYYY-MM-DD hh:mm:ss -0000 with the date and time for the post, and CATEGORY-1 and CATEGORY-2 with as many categories you want for your post. ```shell layout: post