This commit is contained in:
gribse 2025-10-06 19:21:06 +02:00
parent 2fe0c9a830
commit 7b9c07b83e
1444 changed files with 11476 additions and 42112 deletions

27
archetypes/default.md Executable file
View file

@ -0,0 +1,27 @@
---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
date: '{{ .Date }}'
draft: true
ShowToc: false
cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: true # hide on single page
image: "images/<image.jpg>"
alt: "<alt text>"
caption: "<text>"
relative: true # To use relative path for cover image, used in hugo Page-bundles
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowReadingTime: true
---
{{< load-photoswipe >}}
{{< figure align=center src="images/xxxx" alt="" title="Title">}}
{{< gallery caption-effect="none">}}
{{< figure src="images/" alt_text="" title="" caption="">}}
{{< figure src="images/" alt_text="" title="" caption="">}}
{{< figure src="images/" alt_text="" title="" caption="">}}
{{< /gallery >}}