@maiertech/gatsby-theme-base

An opinionated theme to jump start a Gatsby site.

Usage no npm install needed!

<script type="module">
  import maiertechGatsbyThemeBase from 'https://cdn.skypack.dev/@maiertech/gatsby-theme-base';
</script>

README

@maiertech/gatsby-theme-base

Site metadata

This theme exports an SEO component. For this component to work, you need to define the following site metadata in your site's gatsby-config.js:

Key Required Description
siteTitle Site title displayed in header.
seoTitle SEO title used for title template and as default title.
siteDescription Optional site description for SEO of the homepage.
siteUrl URL from which the production site is served. Used for sitemap creation.
siteTwitter Site Twitter username for SEO.

Plugins

Plugin Description
gatsby-plugin-react-helmet Required to make the SEO component work.