feat: Create my portfolio

This commit is contained in:
2023-09-09 23:51:23 +02:00
parent a9b62b8f8f
commit 9d86154d56
37 changed files with 92 additions and 164 deletions
+16 -16
View File
@@ -1,34 +1,34 @@
{
"siteMetadata": {
"language": "en",
"siteUrl": "https://gatsby-starter-portfolio-minimal-theme.netlify.app/",
"title": "Gatsby Starter for Portfolio Minimal",
"titleTemplate": "%s · Portfolio Minimal",
"description": "A Gatsby Starter Project to easily get started with Portfolio Minimal theme.",
"author": "Konstantin Münster",
"siteUrl": "https://louisgallet.fr",
"title": "Louis Gallet",
"titleTemplate": "Louis Gallet",
"description": "My portfolio",
"author": "Louis Gallet",
"avatar": "../content/images/gatsby.png",
"bio": "This biography will be used in the footer area of an article and can contain some more details about the author.",
"bio": "Louis Gallet - Tech enthusiast and EPITA student",
"social": {
"behance": "https://behance.com",
"github": "https://github.com/konstantinmuenster",
"medium": "https://konstantinmuenster.medium.com",
"linkedin": "https://www.linkedin.com/in/konstantin-muenster/",
"mail": "mailto:mail@konstantin.digital"
"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": "Portfolio" },
"logo": { "text": "Louis Gallet" },
"navigation": {
"header": [
{ "label": "About", "url": "/#about" },
{ "label": "Blog", "url": "/blog" },
{ "label": "Features", "url": "/#features" },
{ "label": "Github", "url": "/#github" }
{ "label": "My interests", "url": "/#interests" },
{ "label": "Contact", "url": "/#contact" }
],
"ctaButton": {
"openNewTab": true,
"label": "Resume",
"url": "/resume.pdf"
"url": "https://s3.louisgallet.fr/profil.pdf"
},
"footer": [
{ "label": "Privacy", "url": "/privacy" },
@@ -38,7 +38,7 @@
"featureToggles": {
"useDarkModeAsDefault": false,
"useDarkModeBasedOnUsersPreference": true,
"useCookieBar": false
"useCookieBar": true
}
}
}