Maintenance: Front Matter
- Category: Maintenance Software
- Topics: Website Hugo

Typical Parameters
For each page, post, and publication:
title: ""
- The page, post, or publication’s titleauthor:
- Fill-in (defaults to “E D Skinner”)date:
- Date assigned to the article, if any (include with blogs [posts], but omit in other sections)publishDate:
- Date on which the article is to appear, defaults todate
(typically blogs-only)draft: true | false
- Withhold the page (draft: true
) or publish (draft: false
)description: ""
One-line summary for computer SEO<meta description="">
(not visible to humans)summary: ""
One-line summary for human readerscategories: []
- Broadest classification: see Categories, Tags, and Keywordstags: []
- More precise classification(s): see Categories, Tags, and Keywordskeywords: []
- (Not Recommended) Precise terms, often proper nouns: see Categories, Tags, and Keywordsthumbnail: "images/THUMBNAIL.webp"
- 75x100 (tiny) image to appear on primary links, if anyfeaturedImage: "images/COVER.webp"
- 350x? (or larger) image to appear before text, if anyprevious: ""
- Details of previous publication, if anytoc: true | false
- Display a Table of Contents on the pagerss: true | false
- Include in RSS feedtodo: true | false
- Maintenance needed on page (displays a warning whentodo: true
)
For additional front-matter, see Hugo Front matter.