For a notes-to-website generator, the strongest matches are jackyzha0/quartz (Quartz is purpose-built to convert markdown notes into a), 11ty/eleventy (Eleventy is a versatile static site generator that processes) and oleeskild/obsidian-digital-garden (The Obsidian Digital Garden repository appears to be a). org-roam/org-roam and caijimmy/hugo-theme-stack round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
These tools convert markdown-based documentation and personal notes into searchable, web-ready static wiki websites.
Quartz is a markdown static site generator and digital garden framework designed to transform collections of markdown notes into public websites. It functions as a wiki engine that converts structured documents into a functional site through a configurable build pipeline. The system specializes in personal knowledge management by visualizing the relationships between notes via backlinks and a bidirectional connection graph. It implements a single-page application model to provide dynamic page transitions and browser URL updates without full page refreshes. The toolset covers content relation
Quartz is purpose-built to convert markdown notes into a public digital garden/wiki with automatic backlinks and a visual relationship graph, and its feature set (markdown input, search indexing, themed output) directly matches every requirement in your search.
Eleventy is a JavaScript-based static site generator designed to transform templates, data files, and markdown into optimized HTML. It functions as a versatile template rendering engine and content management framework, allowing developers to aggregate data from diverse sources—including local files, databases, and external APIs—to populate structured web content. The project is distinguished by its template-engine-agnostic pipeline, which decouples the build process from specific rendering languages. This allows users to integrate multiple template formats, such as Liquid, Nunjucks, Handleba
Eleventy is a versatile static site generator that processes Markdown into HTML, making it a solid foundation for a wiki site, though it lacks built-in bidirectional linking, graph view, and backlinks—you would need extra plugins or custom code to add those digital-garden features.
This project is an Obsidian plugin that functions as a static site generator, designed to transform local markdown note vaults into public-facing websites. It automates the conversion of structured text files into a live knowledge base, enabling users to share personal research and documentation directly from their local storage. The platform distinguishes itself through a security-first approach to content management, utilizing frontmatter-based flags to ensure that only explicitly marked notes are published to the web. This selective publishing mechanism prevents the accidental exposure of
The Obsidian Digital Garden repository appears to be a tool that publishes an Obsidian vault as a static wiki-style website, which directly matches the need to convert markdown files into a site with backlinks and graph views, though the lack of description leaves the specific feature set unconfirmed.
Org-roam is an Emacs-based note-taking system that builds a bidirectional network of plain-text notes, functioning as a personal knowledge base manager. It maintains both forward and backlink references in a SQLite database, automatically updated on file save, and uses persistent unique identifiers for notes instead of file paths to enable stable links across renames and moves. The system integrates directly with Emacs through custom interactive commands and hooks that access the database and buffer state, and it generates static graphs of note interconnections using Graphviz to reveal relati
Org-roam is an Emacs-based note-taking system that builds bidirectional links and graphs, but it does not generate a static wiki website from markdown files — it stays within Emacs rather than producing deployable HTML output.
Card-style Hugo theme designed for bloggers
This is a card-style Hugo theme designed for bloggers, not a dedicated static site generator or tool that converts markdown into a wiki with bidirectional links and graph view.
fsnotes is a markdown notes manager and cross-platform markdown editor for macOS and iOS. It functions as a personal knowledge base that organizes plain text and markdown files across folders using tags and bidirectional links. The system provides a secure environment through an encrypted plain text notebook that protects individual notes and folders. It implements Git-based note versioning to track document changes and maintain backups, while relying on external cloud storage services to synchronize files across devices. The application renders mathematical formulas, diagrams, and syntax-hi
fsnotes is a markdown note-taking app with bidirectional linking and backlinks, but it is a native macOS/iOS editor and manager, not a static site generator that converts markdown files into a browsable wiki website — it handles notes locally rather than producing a deployable static site.
:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
This is a theme for Hexo, a blog-focused static site generator, not a tool that converts markdown files into a wiki with backlinks and graph views as you're looking for.
Obsidian.nvim is a Neovim plugin that brings Obsidian vault management and markdown note-taking directly into the editor. It models each Obsidian vault as a local directory with configurable settings, note paths, and attachment folders, bridging vault operations through Neovim's Lua API and user-defined keybindings. The plugin handles core vault workflows including note creation with template insertion, daily notes management with configurable date formats, and navigation by following wiki-style and markdown links. It provides asynchronous full-text and filename search across vault notes usin
This is a Neovim plugin for editing and managing Obsidian markdown notes within the editor, not a tool that converts markdown files into a static wiki website with graph views and customizable themes.
nb is a command-line note manager and personal knowledge management system that organizes plain-text documents and web bookmarks. It functions as a Markdown knowledge base, allowing users to create a structured collection of information through a shell-scripted interface. The system uses Git for versioning and synchronization, tracking full revision history and enabling the sync of notebooks across multiple devices via remote repositories. It provides security for sensitive data through AES-256 or GPG encryption and supports document conversion into various publishing formats using the Pandoc
nb is a command-line note manager and personal knowledge base that works with Markdown and can export via Pandoc, but it does not generate a static wiki website with backlinks and graph view — it stays in the terminal rather than producing browsable web output.
Tolaria is a markdown knowledge base manager and bidirectional note linking system. It functions as an integrated environment for organizing notes and structured data, utilizing YAML frontmatter and wikilinks to establish relational mappings between documents. The project distinguishes itself by integrating language model capabilities directly into the editor for content generation and analysis. It further combines prose with structured data through a markdown spreadsheet editor that renders CSV-formatted files as interactive grids with formula support and cross-sheet referencing. The platfo
Tolaria is a markdown knowledge base app with bidirectional linking and a graph view, but it is a note-taking application rather than a static site generator that converts markdown files into a deployable wiki website.
MiaoYan is a local Markdown editor and personal knowledge management tool. It functions as a system for writing and organizing documents stored as local files, supporting the creation of a connected information network through bidirectional links and backlinks. The project includes a specialized tool for converting Markdown documents into slide-based presentations by using specific content separators. It also provides a command-line interface for managing files, allowing users to create, search, and open documents without a graphical file explorer. The editor features a side-by-side live pre
MiaoYan is a local Markdown editor and personal knowledge management tool with bidirectional links and backlinks, but it does not generate a static wiki website from markdown files — it's an editor, not a static site generator.
This project is a Zotero note management plugin that functions as a knowledge base orchestrator. It enables the creation of networked research notes through bidirectional linking between annotations and notes, providing a system for organizing and editing research directly within the Zotero environment. The tool distinguishes itself through a bidirectional synchronization system that keeps internal Zotero notes and external Markdown files consistent. It further integrates a conversational interface with large language models to assist in generating, summarizing, and modifying note content, an
This is a Zotero plugin for networked note-taking with bidirectional linking and Markdown sync, but it does not generate a static wiki website from markdown files as you are looking for.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| jackyzha0/quartz | 12.5K | TypeScript | MIT | |
| 11ty/eleventy | 19.7K | JavaScript | mit | |
| oleeskild/obsidian-digital-garden | 2.2K | TypeScript | mit | |
| org-roam/org-roam | 6K | Emacs Lisp | GPL-3.0 | |
| caijimmy/hugo-theme-stack | 6.4K | HTML | GPL-3.0 | |
| glushchenko/fsnotes | 7.4K | Swift | MIT | |
| fluid-dev/hexo-theme-fluid | 8.2K | JavaScript | GPL-3.0 | |
| epwalsh/obsidian.nvim | 5.9K | Lua | apache-2.0 | |
| xwmx/nb | 8.2K | Shell | AGPL-3.0 | |
| refactoringhq/tolaria | 16.9K | TypeScript | AGPL-3.0 |