Add Links page, collection, and nav entry
CI / ci (push) Successful in 29s
CI / ci (pull_request) Successful in 28s
Docker / docker (pull_request) Successful in 17s

This commit is contained in:
2026-03-07 18:39:41 +01:00
parent 162100cd25
commit 321c4c6f04
8 changed files with 424 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ const links = [
{ href: "/blog", label: "blog" },
{ href: "/coffee", label: "coffee" },
{ href: "/library", label: "library" },
{ href: "/links", label: "links" },
{ href: "/ai", label: "ai" },
{ href: "/changelog", label: "changelog" },
];