Created by Robert Forbes (@roboticdinosaur and is based on the work by Stephanie Eckles (@5t3ph) and Thanh Tran (@trongthanh) as well as some others.
-
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 both 11ty and sass in watch mode. Usenpm run build
to run a production version, which will also generate social share preview images. -
Open
src/_data/*.json
and adjust the values as required. -
Edit
src/_includes/home.njk
to change the home page - including changing the template type if desired - and then create content withinsrc/pages
using any templating format you prefer to add content. -
Review the 11ty documentation to more deeply apply customizations, including adding custom data sources and reviewing what template languages are available.
It's not required, but highly recommended, and is also how the build process is setup to run against.
npm start
Run 11ty with hot reload at localhost:8080
npm run build
Production build includes minified, autoprefixed CSS and social preview image generation
Use this as the "Publish command" if needed by hosting such as Netlify.
You can file it as an issue.