Initial commit from gatsby: (https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme.git)
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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",
|
||||
"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.",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"siteConfiguration": {
|
||||
"logo": { "text": "Portfolio" },
|
||||
"navigation": {
|
||||
"header": [
|
||||
{ "label": "About", "url": "/#about" },
|
||||
{ "label": "Blog", "url": "/blog" },
|
||||
{ "label": "Features", "url": "/#features" },
|
||||
{ "label": "Github", "url": "/#github" }
|
||||
],
|
||||
"ctaButton": {
|
||||
"openNewTab": true,
|
||||
"label": "Resume",
|
||||
"url": "/resume.pdf"
|
||||
},
|
||||
"footer": [
|
||||
{ "label": "Privacy", "url": "/privacy" },
|
||||
{ "label": "Imprint", "url": "/imprint" }
|
||||
]
|
||||
},
|
||||
"featureToggles": {
|
||||
"useDarkModeAsDefault": false,
|
||||
"useDarkModeBasedOnUsersPreference": true,
|
||||
"useCookieBar": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user