mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +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
|
||||
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
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue