mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2026-03-26 05:23:18 -07:00
14 lines
477 B
JSON
14 lines
477 B
JSON
{
|
|
"siteTitle": "Jake Runyan Photography",
|
|
"footerCopyright": "Jake Runyan",
|
|
"nav": [
|
|
{ "label": "Gallery", "path": "/gallery" },
|
|
{ "label": "Contact", "path": "/contact" },
|
|
{ "label": "About", "path": "/about" }
|
|
],
|
|
"social": [
|
|
{ "label": "Instagram", "url": "https://www.instagram.com/jakerunyanphotography", "icon": "instagram" },
|
|
{ "label": "GitHub", "url": "https://github.com/runyanjake/jakesphotos", "icon": "github" }
|
|
]
|
|
}
|