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 -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