• Livemark
    LivemarkMarkdown site generator
Sections
  • Docs
  • Blog
  • Changelog
Articles
  • Introduction
  • Markdown
    • Frontmatter
    • Headings
    • Links
    • Media
    • Text Formatting
    • Rich Elements
    • Code Blocks
    • Advanced Syntax
  • Customization
    • Config File
    • Site Metadata
    • Article Sections
    • Article Groups
    • Article Patches
    • External Links
    • Syntax Themes
    • Custom Routes
    • Overriding/Escaping
  • Contributing
Links
  • GitHub

Search

Search documentation

Livemark
LivemarkMarkdown site generator
DocsBlogChangelog (v0.12.1) GitHub
This project is in technical preview. Star on GitHub and share feedback!

Customization

Updated Apr 28, 2026

Livemark exposes a handful of hooks for tailoring how your site looks, what it contains, and how files flow through the build. Each area has its own page.

Topics

Configuration

livemark.config.ts basics — include/exclude globs for your content.

Site Metadata

Site title, description, canonical URL, logo, and favicon.

Syntax Themes

Pick light and dark Shiki themes for fenced code blocks.

External Links

Add external links to the header or the sidebar.

Article Sections

Organize content into Docs, Blog, and Changelog sections.

Article Groups

Label sidebar groups within a section using the group frontmatter field.

Article Patches

Override article frontmatter from config, without editing the file.

Overriding/Escaping

Shadow any Livemark component, element, or stylesheet via .livemark/.

Custom Routes

Author new pages in .livemark/routes/ alongside your markdown.

PreviousAdvanced SyntaxNextConfig File

Built with ❤ and Livemark

Actions

Edit on GitHub

Contents

  • Topics