summaryrefslogtreecommitdiff
path: root/website/src/content/config.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-12 13:55:02 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-12 13:55:02 +0100
commitbc35da5976010400c8a761c05f0ba47dafaa270b (patch)
treec1fbb67a4eef8082c968b0062a514fe4b79577e7 /website/src/content/config.ts
parent9ca07414286ef1139ba8dce5be0cfd51b24970c4 (diff)
parent952c90bbbf49e11b51b0d5fc6843b6a08156dc1d (diff)
Merge branch 'main' of https://github.com/joeacarstairs/personal-website
Diffstat (limited to 'website/src/content/config.ts')
-rw-r--r--website/src/content/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/src/content/config.ts b/website/src/content/config.ts
index 58dbc00..8bcd92d 100644
--- a/website/src/content/config.ts
+++ b/website/src/content/config.ts
@@ -10,6 +10,7 @@ const blog = defineCollection({
type: 'content',
schema: z.object({
title: z.string(),
+ hidden: z.optional(z.boolean()),
description: z.string(),
pubDate: dateSchema,
updatedDate: z.optional(dateSchema),