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

Generated a fresh jekyll project using `npx create-static-site normative-landing-page --template jekyll` I got an error when running `yarn start`. See error below: ```bash > yarn start yarn run v1.3.2 $...

Hi guys, I just got a malware warning from Sophos, regarding /node_modules/flatmap_stream/test/data.js Screenshot attached

Going to this endpoint after building: http://localhost:3000/posts/example/ Response: {"status":"ERROR","code":"1111","message":"UnAuthorized Access"} This could be related to the build error I got: Error: watch /home/mike/my-site/src/css/imports/ ENOSPC at _errnoException (util.js:992:11) at FSWatcher.start (fs.js:1382:19)...

CSS map not working in DEV mode. ![image](https://user-images.githubusercontent.com/2109984/41040690-67f0debe-699d-11e8-98b6-80d0adef4894.png) vs ![image](https://user-images.githubusercontent.com/2109984/41040762-99799994-699d-11e8-98b2-6fad3400c9a0.png)

There are many warnings if I try use variable: ``` /* The default CSS file. You can use @import here to include CSS inside folders */ @import 'imports/reset.css'; $bg: #f00;...

``` Cannot read config file: .../forestry-hugo/.eslintrc.yml Error: duplicated mapping key at line 72, column 3: compat/compat: error ^ ```

I'm getting this error when editing my styles in atom: ``` Unable to parse stylelint configuration Could not find "stylelint-order". Do you need a `configBasedir`? ```

Adding a theme to C-S-S is quite painful at the moment. I believe Hugo, Jekyll etc. should be installed with a basic theme attached to it to reduce configuration headaches....

Otherwise we will need to push out an update any time we need to update sub-dependencies