- Boilerplate HTML (responsive meta tag, favicons etc.)
- Starter CSS
- Design Tokens
- Responsive typescale using
clamp
- SEO ready
- Custom 404 page
- Eleventy Navigation plugin
- Create a skeleton site to get started with
npx degit chrismademe/11ty-starter-kit
cd 11ty-starter-kit
npm install
npm run dev