| permalink |
/ |
| eleventyNavigation |
|

The most subtle Eleventy v4 micro-starter for content-first sites.
Powered by Eleventy Blades
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
|
<style>
.borderless {
th { padding-block-end: 0 }
pre { padding-block: 0; padding-inline-start: 0; margin: 0 }
}
</style>
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