megazear7 / orison

A server and static site generator built on top of lit-html
http://orison.alexlockhart.me
18 stars 2 forks source link

Static File Templating #39

Open megazear7 opened 1 year ago

megazear7 commented 1 year ago

It would be helpful if js, css, and html files under the static file directory could have values replaced and come from the root data.json file. That way the app name, description, and colors could all be maintained in the data.json file. This needs to work with both build and serve. It also should only effect, js, css, and json files.