Web Awesome Button!

🥷 Build Awesome Starter[s]

7-in-1 modern, lightweight Build Awesome starter showcasing Eleventy Blades Kit for:

[1] Blades CSS
[2] Pico CSS
[3] Simple CSS
[4] Bootstrap CSS
[5] Web Awesome
[6] Liquid Templates
[7] Tailwind CSS
with Typography plugin via Tailwind CLI

Killer features


Local development

npm install    # dependencies
npm start      # development
npm run stage  # serve production version locally
               # ready to deploy! 🚀

Add IN=... to build the specific site:

IN=site-webawesome npm start
IN=site-webawesome npm run stage