Add draft option in frontmatter

This commit is contained in:
Sat Naing
2022-09-22 23:41:16 +06:30
parent b3e43ba2dc
commit 2a28fa4e32
7 changed files with 8 additions and 3 deletions
+1
View File
@@ -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
@@ -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
+1
View File
@@ -4,6 +4,7 @@ author: Sat Naing
datetime: 2022-07-05T02:05:51Z
slug: my-recent-1
featured: false
draft: false
tags:
- TypeScript
- Astro
+1
View File
@@ -4,6 +4,7 @@ author: Sat Naing
datetime: 2022-06-06T04:06:31Z
slug: my-recent-2
featured: false
draft: true
tags:
- TypeScript
- Astro
+1
View File
@@ -4,6 +4,7 @@ author: Sat Naing
datetime: 2022-06-02T02:02:01Z
slug: my-recent-3
featured: false
draft: false
tags:
- TypeScript
- Astro
+1
View File
@@ -4,6 +4,7 @@ author: Sat Naing
datetime: 2022-05-05T05:05:55Z
slug: my-recent-4
featured: false
draft: false
tags:
- TypeScript
- Astro
+1 -2
View File
@@ -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