statamic / ssg

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

Support generating non-html files #64

Closed jasonvarga closed 3 years ago

jasonvarga commented 3 years ago

Closes #62

When the URL has a file extension, it'll generate it as-is. e.g. /path/to/sitemap.xml

Otherwise, it'll assume it's an html file, and will continue to do /path/to/slug/index.html