0.0.8 • Published 2 years ago

gatsby-plugin-daisy v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

1.0.0

2 years ago