@kogk/gatsby-theme-base

0.11.1 • Public • Published

@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/key Default Description
i18n undefined Options for i18n -- see @kogk/gatsby-plugin-i18n
extraAliases undefined if you want to add extra import aliases (eg. '@images/path/to/image.jpg')

Readme

Keywords

none

Package Sidebar

Install

npm i @kogk/gatsby-theme-base

Weekly Downloads

42

Version

0.11.1

License

MIT

Unpacked Size

5.35 kB

Total Files

7

Last publish

Collaborators

  • arnorhs