Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A starter site for building a mind garden with Eleventy, featuring backlinks and double-bracket wiki links.

A minimal purple Jekyll blog template with Sass styling, no JavaScript, and Travis CI integration.

Next.js starter that uses Vercel Blob for image uploads and storage, styled with Tailwind CSS.

An in-development JAMstack IndieWeb publishing platform boilerplate built with Next.js, Prisma, and Tailwind.

Forkable Ethereum & Polygon dev stack focused on fast product iterations
Eleventy Garden is a free, MIT-licensed starter template for building a digital garden (mind garden) website with the Eleventy static site generator.
Eleventy Garden is a starter repository for creating a personal mind garden website using Eleventy (11ty), a static site generator. It takes a folder of Markdown notes and generates a static website that organizes content through contextual hyperlinks rather than chronological order. The template was created by Binyamin and is maintained on GitHub, with a live demo at eleventy-garden.netlify.app. It combines the ethos of a notebook and a blog, supporting "working in public."
Eleventy Garden comes with features specifically designed for building interconnected digital gardens.
Eleventy Garden is aimed at anyone who wants to publish a public knowledge base in a non-linear format.
You can turn Markdown notes into an interlinked website that supports exploration by connection.
To get started, generate a repository from the template, clone it locally, and run npm install. Then customize the CSS in /assets/style.css, add your avatar at /assets/avatar.png, edit /_data/site.json for site-wide branding, and place Markdown notes in the /notes folder. Run npm start to preview locally, and deploy to Netlify via the one-click button or to any static host.
The project page lists related digital-garden templates: maximevaillancourt/digital-garden-jekyll-template (Jekyll-based) and mathieudutour/gatsby-digital-garden (Gatsby-based). A broader list is maintained at maggieappleton/digital-gardeners.
Yes, Eleventy Garden is open-source and released under the MIT license, so it is free to use, modify, and deploy for any purpose.
Notes are plain Markdown files stored in the /notes folder. You don't need a database or CMS; the Eleventy static site generator converts them into HTML at build time.
Yes, the template renders double-bracket links (the syntax used by Roam Research) into hyperlinks and also generates backlinks and hovercards.
Yes, the README states you can use Netlify, Vercel, or any other static hosting service. A one-click Netlify deploy button is included.