Setting sample posts Draft to true

This commit is contained in:
Trekathlon 2024-09-01 21:18:00 +02:00
parent ce0de4889f
commit 020e47d45c
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
+++
title = 'Home'
date = 2023-01-01T08:00:00-07:00
draft = false
draft = true
+++
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat

View File

@ -1,7 +1,7 @@
+++
title = 'Posts'
date = 2023-01-01T08:30:00-07:00
draft = false
draft = true
+++
Tempor est exercitation ad qui pariatur quis adipisicing aliquip nisi ea consequat ipsum occaecat. Nostrud consequat ullamco laboris fugiat esse esse adipisicing velit laborum ipsum incididunt ut enim. Dolor pariatur nulla quis fugiat dolore excepteur. Aliquip ad quis aliqua enim do consequat.

View File

@ -1,7 +1,7 @@
+++
title = 'Post 1'
date = 2023-01-15T09:00:00-07:00
draft = false
draft = true
tags = ['red']
+++

View File

@ -1,7 +1,7 @@
+++
title = 'Post 2'
date = 2023-02-15T10:00:00-07:00
draft = false
draft = true
tags = ['red','green']
+++

View File

@ -1,7 +1,7 @@
+++
title = 'Post 3'
date = 2023-03-15T11:00:00-07:00
draft = false
draft = true
tags = ['red','green','blue']
+++