4.1.1 • Published 4 years ago

@walltowall/gatsby-theme-ww-base v4.1.1

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

@walltowall/gatsby-theme-ww-base

Gatsby theme providing a common set of plugins and configuration for Wall-to-Wall Gatsby websites.

The following Gatsby-specific files are included:

  • gatsby-config.js: Includes all basic plugins. Check the file for comments.
  • gatsby-browser.js: Includes as-needed polyfills for cross-browser compatability. Resets browser styles.
  • gatsby-ssr.js: Resets browser styles.

Install

npm install --save @walltowall/gatsby-theme-ww-base

In addition to installing the theme, install all peer dependencies listed in package.json.

How to use

// In your gatsby-config.js
__experimentalThemes: [
  {
    resolve: '@walltowall/gatsby-theme-ww-base',
    options: {
      // Path to the project's root directory. This is required and should be
      // set to `__dirname`.
      root: __dirname,

      // The site's title. This is required.
      siteTitle: 'My New Site',

      // The site's short title used for the site's manifest file. It should be
      // 23 characters or less. This is required.
      siteTitleShort: 'Site',

      // The site's description used for SEO. This is required.
      siteDescription: 'Description of the site.',

      // The site's full production URL. This is required.
      siteUrl: 'https://example.com',

      // Specify your CSS-in-JS library. Supports 'styled-components' or
      // 'emotion'. Default: styled-components.
      stylingLibrary: 'styled-components',

      // Set to true if deploying the site to Netlify. This will include
      // Netlify-specific optimization plugins. Default: true.
      withNetlify: true,

      // Set to true to include gatsby-plugin-react-axe. Default: true.
      withAxe: true,
    },
  },
]
5.0.0-no-styling

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.1

4 years ago

3.0.2

4 years ago

4.0.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.4.0

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.14.0

5 years ago

1.13.2

5 years ago

1.13.1

5 years ago

1.13.0

5 years ago

1.12.2

5 years ago

1.12.1

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.1

5 years ago

1.10.0

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago