aravindballa / gatsby-theme-andy

A Gatsby theme to build Andy style websites. 📑
344 stars 46 forks source link

Adding rss to the site #8

Closed thisizkp closed 4 years ago

thisizkp commented 4 years ago

Gatsby theme brain accepts the following options - generateRSS, rssPath, rssTitle to enable rss.

Whereas Gatsby theme Andy doesn't seem to pass/override the options.

Is there anything that's blocking us from doing this? 🤔

Let me know, will be happy to raise a PR for that.

aravindballa commented 4 years ago

Yes we would need to add those options in gatsby-config and pass them down to gatsby-theme-brain.

I can think of anything that might be blocking us.