Edit page in Livemark
(2024-04-25 06:45)

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#Source

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#Source

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