The Eleventy High Performance Blog is a starter repository for building a blog using the Eleventy static site generator. It incorporates a wide range of performance best practices to ensure fast and efficient loading times. The theme is based on the eleventy-base-blog, which serves as a foundation for this template. The goal of the theme is to achieve a perfect score in applicable lighthouse audits, including accessibility, and to minimize requests and optimize image loading.
11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.