blog/archetypes/posts.md

21 lines
332 B
Markdown
Raw Permalink Normal View History

2023-05-12 10:28:26 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
tags: []
2023-05-21 23:03:47 +02:00
# Keep them short
2023-05-21 22:58:31 +02:00
description: "Desc Text."
2023-05-21 23:01:23 +02:00
summary: "Post summary"
2023-05-21 22:58:31 +02:00
cover:
image: "img url"
relative: true
alt: "img alt text"
2023-05-21 23:03:47 +02:00
caption: "img caption"
2023-05-21 22:58:31 +02:00
hidden: true # applies only on single view
2023-05-12 15:55:13 +02:00
# showToc: true
# TocOpen: false
2023-05-12 10:28:26 +02:00
---