๐Ÿฅท Subtle

June 17, 2026 ยท View on GitHub

The most subtle Eleventy v4 micro-starter for content-first sites.
Powered by Eleventy Blades


Feel the difference

By [literally] hiding inside .11ty subfolder, it declutters the project root for your content:

subtle vs. eleventy-base-blog
โ”œโ”€โ”€ .11ty/
โ”œโ”€โ”€ blog/
โ”œโ”€โ”€ media/
โ”œโ”€โ”€ LICENSE.md
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ netlify.toml
โ”œโ”€โ”€ .github/
โ”œโ”€โ”€ _config/
โ”œโ”€โ”€ _data/
โ”œโ”€โ”€ _includes/
โ”œโ”€โ”€ content/
โ”œโ”€โ”€ css/
โ”œโ”€โ”€ public/
โ”œโ”€โ”€ .editorconfig
โ”œโ”€โ”€ .gitattributes
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ .nojekyll
โ”œโ”€โ”€ .nvmrc
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ eleventy.config.js
โ”œโ”€โ”€ netlify.toml
โ”œโ”€โ”€ package-lock.json
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ vercel.json

Local development

cd .11ty/
npm install    # dependencies
npm start      # development
npm run stage  # serve production version locally
               # ready to deploy! ๐Ÿš€

https://11tybundle.dev/starters/, https://11ty.blades.ninja/starters/, https://www.11ty.dev/docs/starter/, awesome-11ty