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

@ -3,6 +3,7 @@ title: "Creating a Gallery of Solved Crosswords"
description: "H/T Manu: I've discovered the India Mini Crossword series and it's a great two-to-five minute thing to solve every morning! Here's a little workflow I cobbled together to genera..."
pubDate: "2024-05-10"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["workflows"]
sourcePath: "indiamini-crosswords/index.qmd"
---

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

@ -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: "Poetry"
description: "collect your grief and inject it in words spill them on paper and shred it to tatters to piece yourself together ---"
pubDate: "2024-01-01"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["poem"]
sourcePath: "poems/poetry/index.qmd"
---

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"
---

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: "On Career Choices"
description: "Tip A version of this article was featured in A Lesson from IIT , a column on the Indian Express. The link to the column is here, and this is the link to the present article. Ma..."
pubDate: "2023-05-26"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["funda"]
sourcePath: "on-career-choices/index.qmd"
---

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: "Intro to Crypto"
description: "Caution Background This post is based on a series of lectures that Venkata Koppula gave at IIT Gandhiangar during the inter-IIT sports meet. Lecture 1: How to define security? N..."
pubDate: "2023-12-21"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["talk", "exposition"]
sourcePath: "crypto-intro/index.qmd"
---

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: "Note Taking Resources"
description: "Here is a list of courses, books, essays, youtube playlists, and other miscellany about taking notes, with the act interpreted broadly to include things like systems for filing,..."
pubDate: "2023-06-02"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["lists"]
sourcePath: "note-taking-resources/index.qmd"
---

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: "13 Sheep"
description: "13 Sheep happens to be a cute roll-and-write game designed by Moritz Dressler that involves protecting a bunch of sheep on a grid by placing small fences that have pre-defined s..."
pubDate: "2023-03-26"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["games", "exposition"]
sourcePath: "13sheep/index.qmd"
---