Maintenance: Front Matter
- Posted: 7/11/23 (revised: 1/23/24)
- Category: Maintenance Software
- Topics: Website Hugo
Disclaimer: Maintenance pages are for those who update this website. Nonetheless, everyone is free to look.
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 posts, but omit in other sections)lastmod:- Date of last modification (YYYY-DD-MM)publishDate:- Date on which the article is to appear, defaults todate(typically posts-only)draft: false | true- 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: []- Precise terms, often proper nouns, used in search engine(s): see Categories, Tags, and Keywordsmetakeywords: false | true- Enable/disable<meta name="keywords" content="...">in HTML header (not recommended)thumbnail: "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: false | true- Display a Table of Contents on the pagerss: false | true- Include in RSS feedtodo: false | true- Maintenance needed on page (displays a warning whentrue)
For additional front-matter, see Hugo Front matter.