1.0.1 • Published 4 years ago

gatsby-source-ramblers v1.0.1

Weekly downloads
3
License
GPL
Repository
github
Last release
4 years ago

Installation

Install the plugin into your Gatsby site folder.

    npm install gatsby-source-ramblers --save

Then add the following configuration to your gatsby-config.js

    module.exports = {

        ...

        plugins: [
            {
                resolve: `gatsby-source-ramblers`,
                options: {
                    groups: `XXXX`
                }
            },

            ...
        ]
    }

Where XXXX is the Ramblers group id for the group's walks you would like to see.