feat(astro): add navigation component

This commit is contained in:
Stefan Imhoff
2023-02-23 19:53:03 +01:00
parent 407169074e
commit 5240bf9be8
2 changed files with 46 additions and 0 deletions

18
src/data/navigation.json Normal file
View File

@@ -0,0 +1,18 @@
[
{
"title": "Home",
"url": "/"
},
{
"title": "About",
"url": "/about/"
},
{
"title": "Journal",
"url": "/journal/"
},
{
"title": "Projects",
"url": "/projects/"
}
]