Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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.

© 2023 Gatsby, Inc.