Skip to content

Commit

Permalink
docs: update missing filename reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal authored Feb 18, 2022
1 parent 4f257c8 commit f959823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GENERATE_11ty_STATIC_SITE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
1. Create a directory `gigsboat-eleventy-starter` where your 11ty starter files will live
1. In the `gigsboat-eleventy-starter` directory create a file `index.json` and declare your layout file name
`{ "layout": "gigsboat-layout" }`
1. Create a file `` and add some basic css
1. Create a file `styles.css` and add some basic css
```
:root {
--nightrider-gray: #333;
Expand Down Expand Up @@ -138,4 +138,4 @@ npx @11ty/eleventy

The above will copy your generated README file into the `gigsboat-eleventy-starter` directory and then run 11ty to generate your html.

Your newly generated html and css files will be in a new directory rceated by 11ty named `_site`. If desired you can define a different output directory name in *.eleventy.js*
Your newly generated html and css files will be in a new directory rceated by 11ty named `_site`. If desired you can define a different output directory name in *.eleventy.js*

0 comments on commit f959823

Please sign in to comment.