mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
21 lines
621 B
JSON
21 lines
621 B
JSON
{
|
|
"home": {
|
|
"template": "home.html",
|
|
"title": "Andrew Simonson - Portfolio Home",
|
|
"description": "Andrew Simonson's Digital Portfolio home",
|
|
"canonical": "/"
|
|
},
|
|
"projects": {
|
|
"template": "projects.html",
|
|
"title": "Andrew Simonson - Projects",
|
|
"description": "Recent projects by Andrew Simonson on his lovely portfolio website :)",
|
|
"canonical": "/projects"
|
|
},
|
|
"about": {
|
|
"template": "about.html",
|
|
"title": "Andrew Simonson - About Me",
|
|
"description": "About Andrew Simonson",
|
|
"canonical": "/about"
|
|
}
|
|
}
|