move blog posts to drafts

This commit is contained in:
2024-10-14 15:38:39 -05:00
parent 6c24ba372f
commit 2314102d70
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: Sample .md file
date: '2016-03-08'
tags: ['markdown', 'code', 'features']
draft: false
draft: true
summary: Example of a markdown file with code blocks and syntax highlighting
---

View File

@ -3,7 +3,7 @@ title: 'Release of Tailwind Nextjs Starter Blog v2.0'
date: '2023-08-05'
lastmod: '2023-08-05'
tags: ['next-js', 'tailwind', 'guide', 'feature']
draft: false
draft: true
summary: 'Release of Tailwind Nextjs Starter Blog template v2.0, refactored with Nextjs App directory and React Server Components setup.Discover the new features and how to migrate from V1.'
images: ['/static/images/twitter-card.png']
---