statamic / ssg

The official Statamic Static Site Generator
230 stars 23 forks source link

When collection doesn't have route, all entries generate as `/` home page #27

Closed jesseleite closed 3 years ago

jesseleite commented 3 years ago

Maybe we should reject collections without routes, and throw a warning in the command output.

mikemartin commented 3 years ago

Yes, I often use collections that don't have routes and their entries should not have pages (ie. Features, Plans, etc). I'd expect that the SSG would ignore these collections.

jasonvarga commented 3 years ago

We definitely should be filtering them out.