Initial setup

This commit is contained in:
2024-09-11 20:04:31 +02:00
commit 2d29261576
33 changed files with 362 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
title: "Archiv"
layout: "archives"
slug: "archives"
menu:
main:
weight: 2
params:
icon: archives
---

View File

@ -0,0 +1,10 @@
---
title: "Archives"
layout: "archives"
slug: "archives"
menu:
main:
weight: 2
params:
icon: archives
---

View File

@ -0,0 +1,13 @@
---
title: "Suche"
slug: "search"
layout: "search"
outputs:
- html
- json
menu:
main:
weight: 3
params:
icon: search
---

View File

@ -0,0 +1,13 @@
---
title: "Search"
slug: "search"
layout: "search"
outputs:
- html
- json
menu:
main:
weight: 3
params:
icon: search
---