0.11.1 • Published 3 years ago

@kogk/gatsby-theme-base v0.11.1

Weekly downloads
593
License
MIT
Repository
github
Last release
3 years ago

@kogk/gatsby-theme-base

Base K&K theme, for implementing gatsby sites

Usage

// gatsby-config.js

module.exports = {
  siteMetadata: {
    // same applies as to gatsby-plugin-advanced-sitemap -- you need to set this for it to work:
    siteUrl: 'http://www.example.com'
  },
  plugins: [
    ...etc,

    {
      resolve: '@kogk/gatsby-theme-base',
      options: {
        // see options below
      }
    }
  ]
}
Option name/keyDefaultDescription
i18nundefinedOptions for i18n -- see @kogk/gatsby-plugin-i18n
extraAliasesundefinedif you want to add extra import aliases (eg. '@images/path/to/image.jpg')