sigwinhq / yassg

Yet Another Static Site Generator
MIT License
3 stars 0 forks source link

When generating the site, support skipping routes #20

Closed dkarlovi closed 2 years ago

dkarlovi commented 2 years ago

Some routes don't need to be generated as they're only a utility (to generate specific named URLs), they might point to existing files.

One example: switch_currency(EUR) route will generate the URLs like /EUR/foo, but then will not be used to match the request, other routes already do that.