From d40843f4bea93d3294b9972a2d6b94fa27972f3d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 21 May 2023 22:58:31 +0200 Subject: [PATCH] clean post archetype frontmatter --- archetypes/posts.md | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/archetypes/posts.md b/archetypes/posts.md index a7059f1..2d19ba8 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -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 -# alt: "" # alt text -# caption: "" # 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//content" -# Text: "Suggest Changes" # edit text -# appendFilePath: true # to append file path to Edit link ---