Yet another 11ty boilerplate to start a new website with optional blog. This boilerplate is based on eleventy-base-blog et al.
Yetty is a starter kit for building projects with Eleventy. It is designed with accessibility and performance in mind. It includes features such as Sass/Scss compilation, Critical CSS inclusion, PostCSS with Autoprefixer and PurgeCSS, persistent dark mode, cache busting, HTML minification, PWA support, JS compilation and minification with Webpack CLI, image processing with eleventy-img plugin, and Modernizr CLI integration. Yetty can be deployed on Netlify.
To use Yetty, you need to have the following requirements:
To get started with Yetty, follow these steps:
_data/metadata.json
file and adjust the values to your details.To build a production version, use the command: npm run build
.
To run in debug mode, use the command: npm run debug
.
Yetty is a starter kit for building projects with Eleventy. It offers various features to enhance accessibility and performance, such as Sass/Scss compilation, Critical CSS inclusion, PostCSS with Autoprefixer and PurgeCSS, persistent dark mode, cache busting, HTML minification, PWA support, JS compilation and minification, image processing, and Modernizr CLI integration. With easy installation steps, it provides a convenient way to get started with building Eleventy projects.