mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add draft option in frontmatter
This commit is contained in:
@@ -4,6 +4,7 @@ author: Sat Naing
|
|||||||
datetime: 2022-03-25T16:55:12.000+00:00
|
datetime: 2022-03-25T16:55:12.000+00:00
|
||||||
slug: how-do-i-develop-my-portfolio-and-blog
|
slug: how-do-i-develop-my-portfolio-and-blog
|
||||||
featured: true
|
featured: true
|
||||||
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- NextJS
|
- NextJS
|
||||||
- TailwindCSS
|
- TailwindCSS
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
title: How to connect AstroPaper blog with Forestry CMS
|
||||||
author: Sat Naing
|
author: Sat Naing
|
||||||
datetime: 2022-09-21T05:17:19Z
|
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
|
slug: how-to-connect-astro-paper-blog-with-forestry-cms
|
||||||
featured: true
|
featured: true
|
||||||
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- docs
|
- docs
|
||||||
- forestry-cms
|
- forestry-cms
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ author: Sat Naing
|
|||||||
datetime: 2022-07-05T02:05:51Z
|
datetime: 2022-07-05T02:05:51Z
|
||||||
slug: my-recent-1
|
slug: my-recent-1
|
||||||
featured: false
|
featured: false
|
||||||
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- Astro
|
- Astro
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ author: Sat Naing
|
|||||||
datetime: 2022-06-06T04:06:31Z
|
datetime: 2022-06-06T04:06:31Z
|
||||||
slug: my-recent-2
|
slug: my-recent-2
|
||||||
featured: false
|
featured: false
|
||||||
|
draft: true
|
||||||
tags:
|
tags:
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- Astro
|
- Astro
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ author: Sat Naing
|
|||||||
datetime: 2022-06-02T02:02:01Z
|
datetime: 2022-06-02T02:02:01Z
|
||||||
slug: my-recent-3
|
slug: my-recent-3
|
||||||
featured: false
|
featured: false
|
||||||
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- Astro
|
- Astro
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ author: Sat Naing
|
|||||||
datetime: 2022-05-05T05:05:55Z
|
datetime: 2022-05-05T05:05:55Z
|
||||||
slug: my-recent-4
|
slug: my-recent-4
|
||||||
featured: false
|
featured: false
|
||||||
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- Astro
|
- Astro
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
---
|
---
|
||||||
# layout: "../../layouts/BlogLayout.astro";
|
|
||||||
# layout: ../../layouts/BlogLayout.astro
|
|
||||||
title: How Do I Develop My Terminal Portfolio Website with React
|
title: How Do I Develop My Terminal Portfolio Website with React
|
||||||
author: Sat Naing
|
author: Sat Naing
|
||||||
datetime: 2022-06-09T03:42:51Z
|
datetime: 2022-06-09T03:42:51Z
|
||||||
slug: how-do-i-develop-my-terminal-portfolio-website-with-react
|
slug: how-do-i-develop-my-terminal-portfolio-website-with-react
|
||||||
featured: true
|
featured: true
|
||||||
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- JavaScript
|
- JavaScript
|
||||||
- ReactJS
|
- ReactJS
|
||||||
|
|||||||
Reference in New Issue
Block a user