Add featured post flag for homepage
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-22 13:08:56 +05:30
parent e7227844c7
commit 3ced32a4d0
19 changed files with 63 additions and 5 deletions

View file

@ -9,6 +9,8 @@ const blogSchema = z.object({
image: z.string().optional(),
authorImage: z.string().optional(),
authorName: z.string().optional(),
"main-feature": z.boolean().optional(),
mainFeature: z.boolean().optional(),
});
const research = defineCollection({

View file

@ -3,6 +3,7 @@ title: "Dog Bunny Puzzle"
description: "Dog Bunny: A Cute Puzzle Conrad Barski (@lisperati)'s latest, Dog Bunny Puzzle, had jumped to 1 on HN. The puzzle presents the following somewhat minimalist interface: If you ha..."
pubDate: "2022-09-19"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["puzzles", "exposition"]
sourcePath: "dogs-bunny-puzzle/index.qmd"
---