- 
        AboutReview feature info and customization details. 
- 
        Hello WorldA demo of the "Page" template and kitchen sink sample of styled elements. 
Quick Start
- 
Generate a repo from this template which will copy this project into your own new repo. 
- 
Once cloned, run npm installto install 11ty and other dependencies. Then runnpm startto run 11ty in watch mode. Usenpm run buildto run a production version.
- 
Open src/_data/meta.jsand adjust the values to your details.
- 
Review the styling documentation for the included minimal Sass framework, particularly the theme variables, to quickly customize the starter. 
- 
Edit src/index.njkto change the home page - including changing the template type if desired - and then create content within_pagesusing any templating format you prefer to add content.
- 
Check out the About page for expanded details on included features of this starter. 
- 
Review the 11ty documentation to more deeply apply customizations, including adding custom data sources and reviewing what template languages are available. 
Is Netlify hosting required?
It's not required, but highly recommended, and is also how the build process is setup to run.
For more Eleventy resources, check out my extended collection on 11ty.Rocks!