clean post archetype frontmatter

This commit is contained in:
Gabriel Augendre 2023-05-21 22:58:31 +02:00
parent b7c5d3fc1d
commit d40843f4be

View file

@ -4,35 +4,17 @@ date: {{ .Date }}
draft: true
tags: []
# weight: 1
# aliases: ["/first"]
# author: "Gabriel Augendre"
# author: ["Me", "You"] # multiple authors
# Keep description short
description: "Desc Text."
cover:
image: "img url"
relative: true
alt: "img alt text"
caption: "social caption"
hidden: true # applies only on single view
# showToc: true
# TocOpen: false
# hidemeta: false
# comments: false
# description: "Desc Text."
# canonicalURL: "https://canonical.url/to/page"
# disableShare: false
# disableHLJS: false
# hideSummary: false
# searchHidden: true
# ShowReadingTime: true
# ShowBreadCrumbs: true
# ShowPostNavLinks: true
# ShowWordCount: true
# ShowRssButtonInSectionTermList: true
# UseHugoToc: true
# cover:
# image: "<image path/url>" # image path/url
# alt: "<alt text>" # alt text
# caption: "<text>" # display caption under cover
# relative: false # when using page bundles set this to true
# hidden: true # only hide on current single page
# editPost:
# URL: "https://github.com/<path_to_repo>/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link
---