TOML

March 14, 2023 ยท View on GitHub

+++ title = TOML Page Title description = TOML Front Matter Example tags = [ "tag1", "tag2", "tag3" ] +++

TOML

This page contains TOML front matter:

+++
title = TOML Page Title
description = TOML Front Matter Example
tags = [ "tag1", "tag2", "tag3" ]
+++

The frontmatter block will be stripped and the title variable will be used to set the page title.