Frontmatter

Frontmatter is a YAML data block located at the absolute top of a page. It provides a mechanism for defining page metadata and exercising fine-grained control over navigation hierarchy and sorting behavior.

---
title: Guides
weight: 10
hidden: false
isRoot: true
exclude: false
date: 2025-01-01
starryNight: true
---

Metadata Specifications

Key Implementation Notes

Examples

Multi-language Index Configuration

Configure the lang property exclusively on the index page of each language directory:

---
title: English
lang: English
langCode: en
isRoot: true
hidden: true
---