Add curated essays and reading paths
Introduce a Library page and wire it into the main nav. Add blog frontmatter fields: category, featuredEssay (default false), and readingOrder (positive integer). Update several posts to mark featured essays and assign readingOrder for the recommended path.
This commit is contained in:
@@ -11,6 +11,7 @@ const links = [
|
||||
{ href: "/uses", label: "uses" },
|
||||
{ href: "/blog", label: "blog" },
|
||||
{ href: "/coffee", label: "coffee" },
|
||||
{ href: "/library", label: "library" },
|
||||
{ href: "/ai", label: "ai" },
|
||||
{ href: "/changelog", label: "changelog" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user