blurry-dev / blurry

A static site generator focused on page speed and SEO
https://blurry-docs.netlify.app/
MIT License
18 stars 1 forks source link

Support other file types besides .html #44

Open KajKandler opened 12 months ago

KajKandler commented 12 months ago

The generator has built in assumptions about all generated files being MD --> HTML.

However a website may have other files such as XML, SVG, or a simple robots.txt

It is desirable to support other formats as well with the data from schema (probably not quite with the markdown to content)