From 6e1ac07720c87906be7f4a0f053075d7a42a200b Mon Sep 17 00:00:00 2001 From: Rachel Date: Tue, 4 Jun 2024 22:15:34 -0400 Subject: [PATCH 1/3] Add category to blog post --- _posts/2023-05-12-custom-blockquotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-05-12-custom-blockquotes.md b/_posts/2023-05-12-custom-blockquotes.md index fdaf47e6fd1d..01d290079d90 100644 --- a/_posts/2023-05-12-custom-blockquotes.md +++ b/_posts/2023-05-12-custom-blockquotes.md @@ -4,7 +4,7 @@ title: a post with custom blockquotes date: 2023-05-12 15:53:00-0400 description: an example of a blog post with custom blockquotes tags: formatting blockquotes -categories: sample-posts +categories: sample-posts blockquotes giscus_comments: true related_posts: true --- From e1730acdc9d83472ca52c85587361daff08c4cf6 Mon Sep 17 00:00:00 2001 From: Rachel Date: Thu, 6 Jun 2024 15:02:39 -0400 Subject: [PATCH 2/3] Revert 6e1ac07 --- _posts/2023-05-12-custom-blockquotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-05-12-custom-blockquotes.md b/_posts/2023-05-12-custom-blockquotes.md index 01d290079d90..fdaf47e6fd1d 100644 --- a/_posts/2023-05-12-custom-blockquotes.md +++ b/_posts/2023-05-12-custom-blockquotes.md @@ -4,7 +4,7 @@ title: a post with custom blockquotes date: 2023-05-12 15:53:00-0400 description: an example of a blog post with custom blockquotes tags: formatting blockquotes -categories: sample-posts blockquotes +categories: sample-posts giscus_comments: true related_posts: true --- From c9ee5930441cae4d7ad1a183919d9854e969be9d Mon Sep 17 00:00:00 2001 From: Rachel Date: Thu, 6 Jun 2024 15:03:07 -0400 Subject: [PATCH 3/3] Update tags and categories on blog's front page - Display 'blockquotes' tag - Display 'external-services' category --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9772e2a0031b..092d6670e155 100644 --- a/_config.yml +++ b/_config.yml @@ -292,8 +292,8 @@ jekyll-archives: tag: "/blog/tag/:name/" category: "/blog/category/:name/" -display_tags: ["formatting", "images", "links", "math", "code"] # these tags will be displayed on the front page of your blog -display_categories: ["blockquotes"] # these categories will be displayed on the front page of your blog +display_tags: ["formatting", "images", "links", "math", "code", "blockquotes"] # these tags will be displayed on the front page of your blog +display_categories: ["external-services"] # these categories will be displayed on the front page of your blog # ----------------------------------------------------------------------------- # Jekyll Scholar