0.0.8 • Published 3 years ago

gatsby-plugin-daisy v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

gatsby-plugin-daisy

This plugin has to purposes:

  1. Create pages from Daisy
  2. Enable live preview in Daisy Editor

Configuration

{
    resolve: "gatsby-plugin-daisy",
    options: {
        endpoint: "https://cloud.daisycms.com",
        components: {
            sections: "src/components/sections",
            layouts: "src/components/layouts"
        }
    }
}

Migration

To push a first migration to Daisy and start using the Daisy Editor with Preview use:

npx gatsby-plugin-daisy migrate
0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

1.0.0

3 years ago