Right now you have to specify --template hugo|jekyll. I don't love this for two reasons:
- That's not 0 config ;)
- Pushing Hugo or Jekyll may not the be the right choice
Instead, I propose running create-static-site <dirname> creates the bare minimum of a static site -- asset processing & static files.
This could then evolve into a few other "bare-minimum" templates like a react -> toString template.
Thoughts? @ncphillips @budparr @scottgallant ?
Right now you have to specify
--template hugo|jekyll. I don't love this for two reasons:Instead, I propose running
create-static-site <dirname>creates the bare minimum of a static site -- asset processing & static files.This could then evolve into a few other "bare-minimum" templates like a react -> toString template.
Thoughts? @ncphillips @budparr @scottgallant ?