Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Jekyll theme that turns your Obsidian notes into a beautiful website.

Fully customizable personal portfolio and blog website made with Spring Boot
Jekyll Garden is a free Jekyll theme that converts a folder of Obsidian markdown notes into a static website with wiki-style links, full-text search, backlinks, and math rendering.
Jekyll Garden is a simple Jekyll theme designed specifically for Obsidian users who want to publish their notes online. It takes markdown files written with Obsidian's [[note title]] wiki links and outputs a clean, responsive static site that can be hosted on GitHub Pages, Netlify, or any static web server. The project is open source under the MIT License and is available as a GitHub repository.
[[note title]] in your markdown files and the theme automatically generates clickable internal links, with a hover preview of the linked note, matching Obsidian's behavior.$x = y$ and display equations with $$...$$; the theme renders them for the web._notes folder, the theme supports regular blog posts, so you can mix evergreen notes with chronological articles._config.yml file supports both subdomain deployments (like notes.yoursite.com) and subdirectory deployments (like yoursite.com/notes).[[note title]]._notes folder for evergreen content.The setup process is straightforward. First, download the theme and edit _config.yml with your site title, heading, description, URL, and either a subdomain or subdirectory base URL. Then add your notes as markdown files to the _notes folder, each with YAML front matter containing a title and date. You can test locally by running bundle install and bundle exec jekyll serve. Finally, deploy to GitHub Pages or Netlify by pushing your repository; Netlify rebuilds automatically whenever you update your files.
The theme is free and open source under the MIT License. You can use it for personal or commercial projects without paying a license fee.
Yes, Jekyll Garden is released under the MIT License, so it is free to use, modify, and distribute for any purpose.
Yes, the theme includes instructions for GitHub Pages. Upload your files to a GitHub repository, enable GitHub Pages in the repository settings, and your site goes live automatically.
Yes, you write notes using [[note title]] syntax, and the theme converts these into clickable links with hover previews, just like in Obsidian.
Yes, the theme supports mathematical expressions. You can use $x = y$ for inline math and $$...$$ for display equations.
Yes, in addition to the notes in the _notes folder, you can publish traditional blog posts. Both content types are supported by the theme.
