Socket
Book a DemoInstallSign in
Socket

@walltowall/gatsby-theme-ww-base

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walltowall/gatsby-theme-ww-base

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

4.1.1
latest
npmnpm
Version published
Maintainers
4
Created
Source

@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,
    },
  },
]

Keywords

gatsby

FAQs

Package last updated on 20 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.