Sveleven #
Modern, lightweight Eleventy v4 starter with Tailwind or Pico.css, CMS and multisiting 🥷
Killer features #
- Eleventy v4 by default
both v4 (default) & v3 supported - "Thin client" architecture
thanks eleventy-bricks for reusability - Tailwind v4 included
with Typography plugin & bricks theme - Sveltia CMS included
modern Decap/Netlify CMS successor - Multisite support
thanks to symlink-based setup - One-click start
How it works? #
Sveleven is an advanced version of 🥷 Bladeswitch starter:
- BUT focusing exclusively on Eleventy v4 and adding Tailwind v4 support.
- It uses same eleventy-bricks plugin to symlink
eleventy.config.jsby default (so you don't have to maintain it anymore!) - It also uses Nunjucks version of the same universal bricks theme:
- universal means you can switch
.njkto.liquidany time - universal also means you can switch from
tailwindtopico.cssor even bare-metalbricks.css
- universal means you can switch
Local development #
As simple as:
npm install # dependencies
npm start # development
npm run stage # serve production version locally
# ready to deploy! 🚀
CMS will be available locally at http://localhost:8080/admin/ (or similar port).
Showcase #
More info #
Repository: /anydigital/sveleven
Featured in:
/starters
/blog/11ty-bundle-83
/docs/starter
/en/docs/start#starter-templates
/en/docs/frameworks/eleventy
/tricks/11ty/#min-starters
bladeswitch.com starter
/anydigital/awesome-11ty-build-awesome
Support:
/orgs/anydigital/discussions for questions and ideas
/anydigital/sveleven/issues for change requests or bug reports
/blog/discord for 11ty community support
/en/support for Sveltia CMS community support
License: MIT
PS: Why "Sveleven"? #
SVELEVEN = SVeltia CMS
+ ELEVENty SSG
"Sveleven" is simply a portmanteau of "Sveltia CMS" and "Eleventy SSG" — two great open-source projects that work together seamlessly.