mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-14 12:50:28 +03:00
Update blog post metadata and styles
This commit is contained in:
@ -3,6 +3,7 @@ title: "Example Content"
|
||||
author: "Example User"
|
||||
pubDate: "2018-01-01"
|
||||
description: "Howdy! This is an example blog post that shows several types of HTML content supported in this theme."
|
||||
draft: true
|
||||
---
|
||||
|
||||
Cum sociis natoque penatibus et magnis <a href="#">dis parturient montes</a>, nascetur ridiculus mus. _Aenean eu leo quam._ Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.
|
||||
|
@ -5,6 +5,7 @@ const blog = defineCollection({
|
||||
schema: z.object({
|
||||
author: z.string(),
|
||||
description: z.string(),
|
||||
draft: z.optional(z.boolean()),
|
||||
pubDate: z.coerce.date(),
|
||||
title: z.string(),
|
||||
}),
|
||||
|
Reference in New Issue
Block a user