Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free starter site for building a digital mind garden with Eleventy, featuring wiki links, backlinks, and hovercards.
Eleventy Garden is a free, open-source starter template for building a digital mind garden with the Eleventy static site generator, featuring double-bracket wiki links, automatic backlinks, and hovercard previews.
Eleventy Garden is a starter site that takes a folder of Markdown notes and generates a static digital garden website using Eleventy (also called 11ty). You write notes as plain Markdown in the /notes directory, configure site-wide details in /_data/site.json, and the build outputs plain HTML that can be hosted on any static host like Netlify or Vercel. The project is maintained by GitHub user binyamin and released under the MIT license.
[[wiki-style links]] in your Markdown notes and Eleventy Garden parses them into clickable internal links, similar to Roam Research./notes and update /_data/site.json for site metadata./assets/style.css, and you can replace the avatar at /assets/avatar.png.npm install and npm start to set up the project locally before deploying./notes and get a static website with auto-generated wiki links and backlinks.Generate a new repository from the template (or use the Netlify deploy button), clone it locally, and run npm install to install dependencies. Add your Markdown notes to the /notes folder, update site metadata in /_data/site.json, and run npm start to preview locally. Push the repository to a static host like Netlify or Vercel to publish the finished site.
Yes, the project is open source under the MIT license and costs nothing to use. You only pay for hosting if you choose a paid plan; Netlify and Vercel offer free tiers that work with this template.
You need Node.js and npm installed on your computer, because Eleventy is a JavaScript-based static site generator. After cloning the repository, run npm install to fetch dependencies and npm start to start a local development server.
Use double-bracket syntax, like [[Note Title]], in any Markdown file in the /notes folder. Eleventy Garden will automatically convert those to internal links and populate a backlinks list on the destination note's page.
Yes. The build produces static HTML, so any static hosting service — Netlify, Vercel, GitHub Pages, or others — can serve the site. Many services allow you to point at the repository and run npm install and build commands automatically.
