LibDoc’s Front Matter
Documentation of all front matter settings related to a LibDoc page
Last modified 2025-05-15
ITADS
List of LibDoc’s front matter parameters:
layout
- Mandatory - Usually set to libdoc_page. Sets the name of the template for the page.permalink
- Optional - Sets the permalink for the page. PermalinkeleventyNavigation
- Optional - Object containing primary navigation settings via 11ty Navigation plugin. When properly set, the page gets a link into the main menu and its breadcrumb.key
- Mandatory - Represents the title and unique identifier for the item into the main menu navigation. 11ty navigationparent
- Optional - If you want this page to be a child of another, enter the key of the parent’s page. Set item’s parenttitle
- Optional - By default, the key is used as text for the link, this parameter overrides the key and uses it as alternate text. Alternative textorder
- Optional - Arbitrary number that allows to organize your items into the main menu. Set items orderurl
- Optional - To create an navigation item with an external link. URL override
title
- Optional - Overrides only the header title of the page even if eleventyNavigation.key is set. Does not override link text into the primary navigation.description
- Optional - Sets the description of the page displayed below the title.tags
- Optional - An array of tags assigned to the page. 11ty tagsdate
- Optional - Overrides the default date (last modified) displayed into the header of the page. Custom datesauthor
- Optional - Overrides the default author displayed from the LibDoc’s configuration into the header of the page.
Front matter of the current page:
layout: libdoc_page
permalink: front-matter/index.html
eleventyNavigation:
key: Front Matter
title: The Front Matter
order: 40
title: LibDoc’s Front Matter
description: Documentation of all front matter settings related to a LibDoc page
tags:
- front-matter
- permalink
- navigation
- dates
- author
- description
- SEO
date: git Last Modified