blog/archetypes/posts.md

39 lines
1,020 B
Markdown
Raw Normal View History

2023-05-12 10:28:26 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
tags: []
2023-05-12 15:55:13 +02:00
# weight: 1
# aliases: ["/first"]
# author: "Gabriel Augendre"
2023-05-12 10:28:26 +02:00
# author: ["Me", "You"] # multiple authors
2023-05-12 15:55:13 +02:00
# 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
2023-05-12 10:28:26 +02:00
---