portfolio/content/settings.json
2023-09-09 23:51:23 +02:00

45 lines
1.3 KiB
JSON

{
"siteMetadata": {
"language": "en",
"siteUrl": "https://louisgallet.fr",
"title": "Louis Gallet",
"titleTemplate": "Louis Gallet",
"description": "My portfolio",
"author": "Louis Gallet",
"avatar": "../content/images/gatsby.png",
"bio": "Louis Gallet - Tech enthusiast and EPITA student",
"social": {
"behance": "#",
"github": "https://github.com/l0u1sg",
"medium": "https://louisgallet.fr/blog",
"linkedin": "https://www.linkedin.com/in/louis-g-742ba31b8/",
"mail": "mailto:contact@louisgallet.fr"
}
},
"siteConfiguration": {
"logo": { "text": "Louis Gallet" },
"navigation": {
"header": [
{ "label": "About", "url": "/#about" },
{ "label": "Blog", "url": "/blog" },
{ "label": "My interests", "url": "/#interests" },
{ "label": "Contact", "url": "/#contact" }
],
"ctaButton": {
"openNewTab": true,
"label": "Resume",
"url": "https://s3.louisgallet.fr/profil.pdf"
},
"footer": [
{ "label": "Privacy", "url": "/privacy" },
{ "label": "Imprint", "url": "/imprint" }
]
},
"featureToggles": {
"useDarkModeAsDefault": false,
"useDarkModeBasedOnUsersPreference": true,
"useCookieBar": true
}
}
}