-
About
Review feature info and customization details.
-
Hello World
A 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 install
to install 11ty and other dependencies. Then runnpm start
to run 11ty in watch mode. Usenpm run build
to run a production version. -
Open
src/_data/meta.js
and 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.njk
to change the home page - including changing the template type if desired - and then create content within_pages
using 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!