Mity Docs Mity Docs for Mity Digital
Feedamic Documentation

Using Feedamic with Statamic's Static Site Generator

Feedamic works with Statamic's Static Site Generator. Can you say "Statamic's Static Site Generator" three times fast? Don't worry... for Sitemapamic you have to say it five times fast.

Feedamic creates a number of routes based on your Feeds configuration.

Each feed that Feedamic creates needs to have its route added to you Statamic SSG urls configuration option (in config/statamic/ssg.php).

1'urls' => [
2 '/feed',
3 '/feed/atom',
4],

If you have configured Feedamic to have multiple feeds, don't forget to add all of your routes to the urls array.