Add Start page and Nav link
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user