Welcome to Markler

Markler is a static site generator that converts your markdown files into beautiful, themed HTML pages.

Features

  • DaisyUI Theming — 32+ themes with a built-in theme switcher
  • Wiki-style Links — Link between pages with [[page-name]] syntax
  • Mermaid Diagrams — Write diagrams in markdown, rendered client-side
  • Live Reload — Dev server with instant refresh on file changes

Get Started

atropos/plan Check out the getting-started guide or explore the Mermaid Demo.

Quick Example

---
title: My Page
---

# Hello World test

Link to another page: [[other-page]]

Or with custom text: [[other-page|click here]]