feat: add a /hire page

This commit is contained in:
Timothy DeHerrera
2025-01-15 20:43:10 -07:00
parent c12fe91d2f
commit 5f8f197827
4 changed files with 52 additions and 8 deletions

View File

@@ -32,9 +32,10 @@ socials = [
]
menu = [
{ name = "/blog", url = "/blog", weight = 1 },
{ name = "/tags", url = "/tags", weight = 2 },
{ name = "/projects", url = "/projects", weight = 3 },
{ name = "/projects", url = "/projects", weight = 2 },
{ name = "/hire", url = "/hire", weight = 3 },
{ name = "/about", url = "/about", weight = 4 },
{ name = "/tags", url = "/tags", weight = 5 },
]
repo_view = true
repo_url = "https://github.com/nrdxp/nrd.sh/tree/main/content/"