Front Matter

What is Front Matter

Front matter allows you to change the characteristics of a page through manipulation of the metadata of the website. All the Hugo front matter fields can be found here; the following list are the ones most used in this project: --- title: "Default" date: 2017-10-10T00:54:19+02:00 draft: true description: "Fiddling around with Front Matter." thumbnail: "/path_to/image.png" categories: [ "documentation", ] tags: [ "markdown", "hugo", "frontmatter", ] disable_comments: true --- date doesn’t necessary need the time, it can be omitted.