sigwinhq / yassg

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

Add support for specifying filename/-type in build mode #111

Closed brankol closed 2 years ago

brankol commented 2 years ago

In build mode, the output is always a file with a .html extension. Allow specifying another output type eg. JSON.

Example: path: /{_locale}/shop/suggest/{term}.json should output /en/shop/suggest/something.json