gatsby-starter-hypersite
Version:
Site starter for Gatsby Hyperobjekt projects
39 lines (38 loc) • 923 B
JSON
{
"title": "Hypersite",
"description": "Speed up your GatsbyJS development workflow. Designed as a set of opinionated and advanced themes and starters using MDX and Material UI. Incorporates gatsby-theme-hyperobjekt-core.",
"keywords": ["gatsby", "theme", "react"],
"author": "Lane Olson",
"copyright": "Copyright Hyperobjekt © 2021",
"siteUrl": "https://gatsby-starter-hypersite.netlify.app",
"image": "/images/social.jpg",
"menuLinks": [
{
"name": "Getting Started",
"link": "/guide"
},
{
"name": "Components",
"link": "/components"
},
{
"name": "Recipes",
"link": "/recipes"
}
],
"social": [
{
"name": "Email",
"value": "hyperobjekt@hyperobjekt.com",
"location": "footer"
},
{
"name": "Twitter",
"value": "hyperobjekt"
},
{
"name": "Github",
"value": "Hyperobjekt"
}
]
}