mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-22 07:48:03 +01:00
clean post archetype frontmatter
This commit is contained in:
parent
b7c5d3fc1d
commit
d40843f4be
1 changed files with 10 additions and 28 deletions
|
@ -4,35 +4,17 @@ date: {{ .Date }}
|
||||||
draft: true
|
draft: true
|
||||||
tags: []
|
tags: []
|
||||||
|
|
||||||
# weight: 1
|
# Keep description short
|
||||||
# aliases: ["/first"]
|
description: "Desc Text."
|
||||||
# author: "Gabriel Augendre"
|
|
||||||
# author: ["Me", "You"] # multiple authors
|
cover:
|
||||||
|
image: "img url"
|
||||||
|
relative: true
|
||||||
|
alt: "img alt text"
|
||||||
|
caption: "social caption"
|
||||||
|
hidden: true # applies only on single view
|
||||||
|
|
||||||
# showToc: true
|
# showToc: true
|
||||||
# TocOpen: false
|
# 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
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue