meta: Add new tab Fotos

This commit is contained in:
Jan Kremer 2025-11-18 12:48:23 +01:00
parent 7a451a1480
commit 2b3a5cd917
Signed by: jan
GPG key ID: A7DA689CB3B078EC
4 changed files with 13 additions and 1 deletions

7
archetypes/photos.md Normal file
View file

@ -0,0 +1,7 @@
---
title: {{ replace .Name "-" " " | title }}
date: {{ .Date }}
description:
tags:
draft: true
---

View file

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 303 KiB

Before After
Before After

View file

@ -23,7 +23,12 @@ name = "Blog"
pageRef = "/"
weight = 1
[[menus.main]]
name = "Fotos"
pageRef = "/fotos"
weight = 2
[[menus.main]]
name = "Über mich"
pageRef = "/about"
weight = 2
weight = 3