Eleventy Web Starter is a lightweight Eleventy boilerplate utilising, ESBuild Tailwind and PostCSS.
The project is a static site generator that uses Eleventy with default templating in Nunjucks. It handles CSS with PostCSS, including TailwindCSS, CSS Imports, Autoprefixer, and PurgeCSS to remove unused CSS in production. HTML is minified, CSS is inlined and minified, and scripts are bundled and minified using esbuild. The document head is crafted using htmlhead.dev.
To install the theme, follow these steps:
npm install
The project uses Eleventy and TailwindCSS to generate a static site. It includes features such as default templating in Nunjucks, PostCSS setup for handling CSS, and script bundling and minification using esbuild. The theme also takes care of HTML minification, CSS inlining and minification, and crafting the document head. Deployment can be done on any web server or service, with Netlify being recommended as an option. Overall, the project provides a robust and efficient way to generate and deploy static websites.