My Eleventy Site
A static site built with Eleventy and Nunjucks. This page is content-managed โ edit it at /admin/ or directly in src/pages/home.md.
What's in this starter
- Eleventy configured to use Nunjucks (
.njk) as its template engine - A shared
base.njklayout insrc/_includes/ - Global site data in
src/_data/site.json - Plain CSS passed straight through to the build output
- A GitHub Actions workflow that builds and deploys to GitHub Pages on every push to
main - Decap CMS at
/admin/, editing this "pages" collection and a "posts" (blog) collection, with an editorial workflow (draft โ review โ ready) before anything publishes