Edit page in Livemark
(2023-06-27 13:35)

Configuration

Livemark doesn't require any configuration by default. If you haven't started your first project yet you can skip this section. On the other hand, this knowledge will help you later so we recommend reading it in-advance.

Project

To configure the whole project, you can use livemark.yaml file in the project root directory. This file needs to be written in YAML syntax:

livemark.yaml

site:
  title: Global Title

Document

Every document can be configured using frontmatter. The Document config has a higher priority over the Project configuration.

index.md

---
site:
  title: My Title
---

# My Document