@boomerang-io/gatsby-theme-boomerang

1.6.8 • Public • Published

Gatsby Theme Boomerang

Quick Start

mkdir my-site
cd my-site
yarn init
# install gatsby-theme-boomerang and it's dependencies
yarn add gatsby react react-dom gatsby-theme-boomerang

Then add the theme to your gatsby-config.js. We'll use the long-form here for educational purposes.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-theme-boomerang",
      options: {},
    },
  ],
}

That's it, you can now run your gatsby site using

yarn gatsby develop

Doing more with themes

You can use this as a place to start when developing themes. I generally suggest using yarn workspaces like the gatsby-theme-examples repo does, but using yarn link or npm link is a viable alternative if you're not familiar with workspaces.

Readme

Keywords

none

Package Sidebar

Install

npm i @boomerang-io/gatsby-theme-boomerang

Weekly Downloads

5

Version

1.6.8

License

MIT

Unpacked Size

2.15 MB

Total Files

76

Last publish

Collaborators

  • timrbula
  • tysonlawrie
  • benjamin-ruby
  • isa-kawa
  • lucasgrimauth