feat: add git repo to footer
This commit is contained in:
parent
ca858f5fde
commit
db40923670
6 changed files with 82 additions and 81 deletions
|
@ -40,9 +40,9 @@ export const SITE: Site = {
|
|||
icon: "mdi:email",
|
||||
},
|
||||
{
|
||||
name: "GitHub",
|
||||
href: "https://github.com/troylusty",
|
||||
icon: "mdi:github",
|
||||
name: "Git",
|
||||
href: "https://code.troylusty.com",
|
||||
icon: "mdi:git",
|
||||
},
|
||||
{
|
||||
name: "Steam",
|
||||
|
@ -52,15 +52,15 @@ export const SITE: Site = {
|
|||
],
|
||||
NAVLINKS: [
|
||||
{
|
||||
name: "projects",
|
||||
name: "Projects",
|
||||
href: "/projects",
|
||||
},
|
||||
{
|
||||
name: "posts",
|
||||
name: "Posts",
|
||||
href: "/posts",
|
||||
},
|
||||
{
|
||||
name: "cv",
|
||||
name: "CV",
|
||||
href: "/cv",
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue