personal-site/layouts/general_layout/links.json

28 lines
471 B
JSON
Raw Permalink Normal View History

2023-10-24 17:59:00 +00:00
[
{
"title": "Home",
"url": "/"
},
{
"title": "About Me",
"url": "/about"
},
{
"title": "My Work",
"url": "/work"
},
{
"title": "My Resume",
2024-01-08 18:03:07 +00:00
"url": "/documents/Resume-Benjamin-Toby.pdf",
2023-10-24 17:59:00 +00:00
"download": true
},
{
"title": "Blog",
"url": "/blog"
},
{
"title": " Contact Me",
"url": "/contact"
}
]