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

@ -71,6 +71,10 @@ Optional fields currently understood by the sites include `updatedDate`,
`image`, and `authorImage`. Prefer colocated images in the body over remote
stock images.
Use `main-feature: true` on at most one post per blog to pin a fixed featured
post on the `neeldhara.blog` homepage. The homepage still shows the two newest
non-featured posts for that blog, sorted by `pubDate`.
The Quarto import also preserved `sourceCategories` and `sourcePath`. Astro
strips unknown schema fields, but they are useful in Obsidian for provenance.