move blog posts to drafts
This commit is contained in:
@ -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
|
||||
---
|
||||
|
||||
|
@ -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']
|
||||
---
|
||||
|
Reference in New Issue
Block a user