-
Notifications
You must be signed in to change notification settings - Fork 11
Single Page Configuration
Giacomo Salici edited this page Sep 15, 2023
·
4 revisions
title: "."
# The description appaers in the front page and below the title in the single-page hero.
description: "..."
# If lastmod is present, it overwrite the date in the meta.
date: 2023-07-01
lastMod: 2023-07-01
slug: slug-of-the-page
# other settings
featured: True # if true, the article appears in the homepage (only if the site parameter showOnlyFeaturedPost is true)
draft: False
toc: False
math: False # if true, katex libraries are loaded
# taxonomies terms (as defined in the hugo.toml file)
categories: [""]
tags: [""]
langs: [""]
tools: [""]
# link and link text of a website displayed in the single-page hero.
link: "http://www.example.com"
linkText: "Example link"
# cover of the article shown in the homepage
cover: "https://gssc.esa.int/navipedia/images/a/a9/Example.jpg"
---