create-static-site icon indicating copy to clipboard operation
create-static-site copied to clipboard

Create static websites with no build configuration.

Results 24 create-static-site issues
Sort by recently updated
recently updated
newest added

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...

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...

help wanted

I'm loving this project but I just sent it to someone and when I look at the readme, I’m left wondering why I should use it. What does it get...

question

Submitting this PR to track the progress of this refactor ## Tasks* - [x] Remove gulp - [x] Create a task pipeline - [x] Setup PostCSS - [x] Raw CLI...

tag: enhancement
package: static-scripts
help wanted

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...

question
help wanted

- [ ] Create with `create-static-site` - [ ] Hugo as SSG - [ ] Live in `docs/` - [ ] Host with Github Pages - [ ] Manage with...

tag: documentation
help wanted

Right now the webpack config is only processing JS. What if I want to: - require images/files/etc? - should we use url-loader to transform small URL/file endpoints into their base64...

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...

question

I'm proposing we remove Gulp as a dependency, based on the following thought process: > Gulp should only be used for running highly specific tasks (e.g, I wanna find files...