mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +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
|
||||
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
|
||||
|
||||
@@ -4,6 +4,7 @@ author: Sat Naing
|
||||
datetime: 2022-07-05T02:05:51Z
|
||||
slug: my-recent-1
|
||||
featured: false
|
||||
draft: false
|
||||
tags:
|
||||
- TypeScript
|
||||
- Astro
|
||||
|
||||
@@ -4,6 +4,7 @@ author: Sat Naing
|
||||
datetime: 2022-06-06T04:06:31Z
|
||||
slug: my-recent-2
|
||||
featured: false
|
||||
draft: true
|
||||
tags:
|
||||
- TypeScript
|
||||
- Astro
|
||||
|
||||
@@ -4,6 +4,7 @@ author: Sat Naing
|
||||
datetime: 2022-06-02T02:02:01Z
|
||||
slug: my-recent-3
|
||||
featured: false
|
||||
draft: false
|
||||
tags:
|
||||
- TypeScript
|
||||
- Astro
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user