@hpprc/gatsby-theme-core
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@hpprc/gatsby-theme-core

Minimal core configurations and functions for Gatsby site.

  • absolute import
  • TypeScript
  • ServiceWorker
  • PWA
  • robot.txt
  • advanced sitemap
  • Google Analytics

Example

module.exports = {
  plugins: [
    {
      resolve: `@hpprc/gatsby-theme-core`,
      options: {
        siteTitle: 'hpp core',
        siteUrl: 'https://hpprc.com',
        siteDescription: 'core functions for Gatsby site',
        iconPath: './contents/assets/icon.png',
        googleAnalyticsTrackingId: 'UA-XXXXXXXXX-X',
        backgroundColor: '#ffffff',
        themeColor: '#09090f'
      }
    }
  ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @hpprc/gatsby-theme-core

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

5.27 kB

Total Files

5

Last publish

Collaborators

  • hpprc