1.0.1 β€’ Published 4 years ago

@jayellul/gatsby-theme-craftcms v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Quickly get started using the Gatsby and CraftCMS.

πŸš€ Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying this theme starter.

    # create a new Gatsby site using this theme starter
    gatsby new my-themed-site gatsby-theme-craftcms
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-themed-site/
    gatsby develop

What's inside?

Here are the top-level files and directories you'll see in a site created using this theme starter.

gatsby-theme-craftcms
β”œβ”€β”€ src
β”‚   └── gatsby-theme-craftcms
β”‚       └── components
β”‚           └── header.js
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-browser.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ gatsby-node.js
β”œβ”€β”€ gatsby-ssr.js
└── package.json