🥷 Subtle

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! 🚀

Featured by:

/starters, /starters, /docs/starter, awesome-11ty