From 2a28fa4e325a92a87a2b7a68130c02a02efe34a1 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Thu, 22 Sep 2022 23:41:16 +0630 Subject: [PATCH] Add draft option in frontmatter --- src/contents/hello-world.md | 1 + .../how-to-connect-astro-paper-blog-with-forestry-cms.md | 3 ++- src/contents/rec-1.md | 1 + src/contents/rec-2.md | 1 + src/contents/rec-3.md | 1 + src/contents/rec-4.md | 1 + src/contents/terminal-development.md | 3 +-- 7 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/contents/hello-world.md b/src/contents/hello-world.md index 478a9d6..5c00851 100644 --- a/src/contents/hello-world.md +++ b/src/contents/hello-world.md @@ -4,6 +4,7 @@ author: Sat Naing datetime: 2022-03-25T16:55:12.000+00:00 slug: how-do-i-develop-my-portfolio-and-blog featured: true +draft: false tags: - NextJS - TailwindCSS diff --git a/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md b/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md index 864b9b1..1960b13 100644 --- a/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md +++ b/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md @@ -1,9 +1,10 @@ --- +title: How to connect AstroPaper blog with Forestry CMS author: Sat Naing datetime: 2022-09-21T05:17:19Z -title: How to connect AstroPaper blog with Forestry CMS slug: how-to-connect-astro-paper-blog-with-forestry-cms featured: true +draft: false tags: - docs - forestry-cms diff --git a/src/contents/rec-1.md b/src/contents/rec-1.md index d11b655..c85e0e8 100644 --- a/src/contents/rec-1.md +++ b/src/contents/rec-1.md @@ -4,6 +4,7 @@ author: Sat Naing datetime: 2022-07-05T02:05:51Z slug: my-recent-1 featured: false +draft: false tags: - TypeScript - Astro diff --git a/src/contents/rec-2.md b/src/contents/rec-2.md index 08ab750..cb7f5fd 100644 --- a/src/contents/rec-2.md +++ b/src/contents/rec-2.md @@ -4,6 +4,7 @@ author: Sat Naing datetime: 2022-06-06T04:06:31Z slug: my-recent-2 featured: false +draft: true tags: - TypeScript - Astro diff --git a/src/contents/rec-3.md b/src/contents/rec-3.md index e115586..7089461 100644 --- a/src/contents/rec-3.md +++ b/src/contents/rec-3.md @@ -4,6 +4,7 @@ author: Sat Naing datetime: 2022-06-02T02:02:01Z slug: my-recent-3 featured: false +draft: false tags: - TypeScript - Astro diff --git a/src/contents/rec-4.md b/src/contents/rec-4.md index 09ac140..c3366d6 100644 --- a/src/contents/rec-4.md +++ b/src/contents/rec-4.md @@ -4,6 +4,7 @@ author: Sat Naing datetime: 2022-05-05T05:05:55Z slug: my-recent-4 featured: false +draft: false tags: - TypeScript - Astro diff --git a/src/contents/terminal-development.md b/src/contents/terminal-development.md index 0954dfc..46b157f 100644 --- a/src/contents/terminal-development.md +++ b/src/contents/terminal-development.md @@ -1,11 +1,10 @@ --- -# layout: "../../layouts/BlogLayout.astro"; -# layout: ../../layouts/BlogLayout.astro title: How Do I Develop My Terminal Portfolio Website with React author: Sat Naing datetime: 2022-06-09T03:42:51Z slug: how-do-i-develop-my-terminal-portfolio-website-with-react featured: true +draft: false tags: - JavaScript - ReactJS