Hugo & PaperMod Front Matter Parameters (Alphabetical) aliases - Array of old paths to redirect to this page (H) .
audio - Array of audio file paths for opengraph metadata (H) .
cascade - Front matter keys passed down to descendants (H) .
cover - Cover image settings with image, alt, caption, relative, responsiveImages (P) .
date - Page publication datetime (H) .
description - Description for SEO and summaries (H) .
draft - If true, page not rendered without –buildDrafts (H) .
excludeFromRSS - Excludes this page from RSS feed (P) .
expiryDate - Content expires after this datetime (H) .
headless - If true, sets leaf bundle to headless (H) .
images - Array of image paths for opengraph/twitter cards (H) .
isCJKLanguage - If true, treats content as CJK for word count (H) .
keywords - Array of meta keywords for SEO (H) .
lastmod - Last modification datetime (H) .
layout - Specific template name to override lookup order (H) .
linkTitle - Shorter version of title for links (H) .
markup - Content format renderer (md or rst) (H) .
menu - Adds page to specified menu(s) (H) .
outputs - Array of output formats to render (H) .
params - Map of custom page parameters (H) .
publishDate - Future publication date (requires –buildFuture) (H) .
resources - Array of metadata for page resources (H) .
series - Array of series this page belongs to (H) .
ShowBreadCrumbs - Shows breadcrumb navigation on the page (P) .
ShowCodeCopyButtons - Shows copy buttons on code blocks (P) .
ShowFullTextinRSS - Includes full content in RSS feed (P) .
ShowPostNavLinks - Shows previous/next post navigation at bottom (P) .
ShowReadingTime - Shows estimated reading time (P) .
ShowShareButtons - Shows social share buttons (P) .
ShowToc - Shows table of contents (P) .
sitemap - Map of sitemap options (H) .
sites - Map for sites matrix and complements (v0.153.0+) (H) .
slug - Overrides last segment of URL path (H) .
summary - Custom summary text for teasers (H) .
title - Page title (H) .
TocOpen - If true, table of contents is expanded by default (P) .
translationKey - Arbitrary value to relate translations (H) .
type - Overrides content type derived from section (H) .
url - Complete custom URL path (H) .
weight - Controls sorting order (lower numbers first) (P) .
...