mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
feat(astro): add navigation component
This commit is contained in:
18
src/data/navigation.json
Normal file
18
src/data/navigation.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"title": "Home",
|
||||
"url": "/"
|
||||
},
|
||||
{
|
||||
"title": "About",
|
||||
"url": "/about/"
|
||||
},
|
||||
{
|
||||
"title": "Journal",
|
||||
"url": "/journal/"
|
||||
},
|
||||
{
|
||||
"title": "Projects",
|
||||
"url": "/projects/"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user