scmorrison / uzu

Uzu is a static site generator with built-in web server, file modification watcher, live reload, i18n, themes, multi-page support, inject external data via local Raku module, and external pre/post command execution.
Artistic License 2.0
36 stars 1 forks source link

uzu init should support Mustache #14

Closed evanmiller closed 7 years ago

evanmiller commented 7 years ago

Right now uzu init creates a project with .tt files. There should be an option to create .mustache files instead (and of course set template_engine appropriately in config.yml).

scmorrison commented 7 years ago

Thanks for capturing this. I have been planning on making mustache the default and adding an option for init to select the template. init needs to be a little smarter in how it handles user input as well.

scmorrison commented 7 years ago

uzu init now asks for template engine: mustache or tt.

thanks, sam