Skip to content

Content editing

Thorsten Marx ㋡ edited this page Oct 31, 2023 · 13 revisions

Content file format

---
title: Startpage
---

Here comes the content of your page, formatted with markdown

Frontematter header is default yaml!

Content Files contains to areas. The header and the content area.

The header area is default frontmatter. You can add any valid yaml definition here.

The content area is default markdown.

Sections are one of the extrem cool parts. Sections help you manage your content much more efficiently.

Header

Menu options

If you use the navigationFunction to build the menu of your site, there are some options to influence the menu entry for a node.

menu:
    title: The Blog
    position: 100
    visible: false
Clone this wiki locally