Skip to content

coloneltravis/gatsby-source-ramblers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Gatsby plugin to extract group walks from the Ramblers GB walks feed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published