Nolan
Nolan
I'm a little annoyed at the assumption that lunr is only being used for static content, as we have quite the opposite situation. We're using lunr to provide search on...
When running `create-static-site` the user should be able to pass in a URL for the template ```bash npx create-static-site --template= ``` `static-scripts init` should grab the template project from that...
The Babel configuration for static-scripts is pretty basic right now. I’m opening this issue to gather feedback on the Babel configuration, and see what would be a good configuration for...
- [ ] Create with `create-static-site` - [ ] Hugo as SSG - [ ] Live in `docs/` - [ ] Host with Github Pages - [ ] Manage with...
Figure this out and add a section to the README
The control that config files grant to the user is desirable, but it comes at a cost. ### API Instability One unfortunate side effect of configuration is an increased rate...
The site templates for Jekyll and Hugo are being deployed to nominate and downloaded into the users NPM modules. They should definitely be moved out of static-scripts, but they might...
This doc should be available from `https://github.com/forestryio/create-static-site/blob/master/packages/static-scripts/template/README.md#updating-to-new-releases`
Es lint is currently included, but maybe that should not be part of static-scripts and instead be specific to the template. If so, will we have to tease apart some...