Add Start page and Nav link
CI / ci (push) Successful in 27s
CI / ci (pull_request) Successful in 27s
Docker / docker (pull_request) Successful in 17s

Introduce a new /start route (src/pages/start.astro) as an orientation
for
new visitors — includes recommended posts, highlighted projects, and
page
styles. Add the /start entry to src/components/Nav.astro.
This commit is contained in:
2026-03-07 12:26:03 +01:00
parent e3b1f42e91
commit 730a115de7
2 changed files with 617 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ const currentPath = Astro.url.pathname;
const links = [
{ href: "/", label: "home" },
{ href: "/start", label: "start" },
{ href: "/about", label: "about" },
{ href: "/projects", label: "projects" },
{ href: "/now", label: "now" },