Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Start your own digital garden using this Jekyll template 🌱
The Digital Garden Jekyll Template is a static-site boilerplate for publishing a personal digital garden, wiki, or second brain with bidirectional links, automatic backlinks, and an interactive graph view.
The Digital Garden Jekyll Template is a starter repository built on Jekyll, a Ruby-based static website generator. It turns a folder of Markdown or HTML notes into a public website where notes are interconnected using Roam Research-style double-bracket wikilinks. The template outputs a fully static site that can be hosted on Netlify or GitHub Pages, and it powers the notes graph by generating a notes_graph.json file through a custom Jekyll plugin.
[[note title]] in any note to create a link to another note; Jekyll resolves these into real hyperlinks at build time.notes_graph.json from all links, and the site renders an interactive graph view of your entire knowledge base.The template is aimed at digital gardeners, Zettelkasten practitioners, and second-brain users who want to publish their interlinked notes online. It is also suitable for Jekyll developers who want a pre-built wiki-style site without writing layout code from scratch. Obsidian and Roam users can reuse their wikilink habit in a public static site, and anyone building a personal knowledge base can benefit from the automatic backlinks and graph.
To start, click the "Use this template" button on GitHub to create a new repository. Add your notes as Markdown or HTML files, then build the site locally with Jekyll and push the result to GitHub Pages, or deploy directly to Netlify, which supports the custom plugin needed for the graph. The included tutorial by Maxime Vaillancourt walks through the setup step by step.
Partially. The core notes and links work, but GitHub Pages blocks custom Jekyll plugins, so the interactive graph is not available on GitHub Pages out of the box. You can build the site locally and upload the generated static files, or deploy to Netlify.
Both Markdown and HTML are supported for writing notes. You can mix formats within the same site, and the template will process each file accordingly.
Yes. The source code is released under the MIT license, so you can use, modify, and redistribute it freely for personal or commercial projects.
Backlinks are generated automatically. When you view a note, the page lists other notes that link to it, and the graph view maps the entire link structure.
