diff --git a/content/_index.md b/content/_index.md
index 08e779f..078175e 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,11 +1,10 @@
---
title: "Pistolenclub Stammertal"
-date: 2023-11-14T20:14:29+01:00
-cascade:
- type: docs
+layout: hextra-home
---
-## Willkommen beim Pistolenclub Stammertal
-
+{{< hextra/hero-headline >}}
+Willkommen beim Pistolenclub Stammertal
+{{< /hextra/hero-headline >}}

diff --git a/content/docs/about/_index.md b/content/about/_index.md
similarity index 97%
rename from content/docs/about/_index.md
rename to content/about/_index.md
index f77dae0..c782af5 100644
--- a/content/docs/about/_index.md
+++ b/content/about/_index.md
@@ -1,6 +1,9 @@
---
-title: "Wir über uns"
-date: 2023-11-14T22:24:04+01:00
+linkTitle: Über uns
+title: Das wichtigste in Kürze
+weight: 1
+cascade:
+ type: docs
---
## Vereinszweck, Verbandszugehörigkeit
diff --git a/content/docs/about/board.md b/content/about/board.md
similarity index 91%
rename from content/docs/about/board.md
rename to content/about/board.md
index e097b44..2538e55 100644
--- a/content/docs/about/board.md
+++ b/content/about/board.md
@@ -1,6 +1,9 @@
---
title: "Vorstand"
-date: 2023-11-14T23:18:32+01:00
+weight: 2
+cascade:
+ type: docs
+
---
Ulrich Roland, Präsident
8476 Unterstammheim
diff --git a/content/docs/about/calendar.md b/content/about/calendar.md
similarity index 98%
rename from content/docs/about/calendar.md
rename to content/about/calendar.md
index 3c37d49..ec5ca10 100644
--- a/content/docs/about/calendar.md
+++ b/content/about/calendar.md
@@ -1,7 +1,11 @@
---
-title: "Unsere Termine"
-date: 2024-03-22T18:11:36+01:00
+title: Unsere Termine
+weight: 1
+prev: /about
+cascade:
+ type: docs
---
+
| Datum | Anlass | Zeit | Ort |
|---------|----------|------|-----|
| Mo, 01. April | Kein Traning Ostermontag| | |
diff --git a/content/docs/about/contact.md b/content/about/contact.md
similarity index 93%
rename from content/docs/about/contact.md
rename to content/about/contact.md
index efa9510..02aaad9 100644
--- a/content/docs/about/contact.md
+++ b/content/about/contact.md
@@ -1,6 +1,9 @@
---
title: "PC Stammertal"
-date: 2023-11-14T23:08:36+01:00
+weight: 3
+cascade:
+ type: docs
+
---
| | |
|-------------|-------------|
diff --git a/hugo.yaml b/hugo.yaml
index 5316d28..5df1553 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -7,4 +7,93 @@ module:
markup:
goldmark:
renderer:
- unsafe: true
\ No newline at end of file
+ unsafe: true
+ highlight:
+ noClasses: false
+
+enableInlineShortcodes: true
+
+menu:
+ main:
+ - identifier: about
+ name: Über uns
+ pageRef: /about
+ weight: 1
+
+ # sidebar:
+ # - identifier: about
+ # name: Über uns
+ # pageRef: /about
+ # weight: 1
+
+
+params:
+ description: Lerne schiessen, treffe Freunde.
+
+ navbar:
+ displayTitle: true
+ displayLogo: true
+ logo:
+ path: images/logo.svg
+ # width: 40
+ # height: 20
+ # link: /
+ width: wide
+
+ page:
+ # full (100%), wide (90rem), normal (1280px)
+ width: normal
+
+ theme:
+ # light | dark | system
+ default: system
+ displayToggle: true
+
+ footer:
+ enable: true
+ displayCopyright: true
+ displayPoweredBy: true
+ width: normal
+
+ displayUpdatedDate: true
+ dateFormat: "January 2, 2006"
+
+ # Search
+ # flexsearch is enabled by default
+ search:
+ enable: true
+ type: flexsearch
+
+ flexsearch:
+ # index page by: content | summary | heading | title
+ index: content
+ # full | forward | reverse | strict
+ # https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
+ tokenize: forward
+
+ editURL:
+ enable: false
+# base: "https://github.com/imfing/hextra/edit/main/exampleSite/content"
+
+ highlight:
+ copy:
+ enable: true
+ # hover | always
+ display: hover
+
+ comments:
+ enable: false
+ type: giscus
+
+ # https://giscus.app/
+ giscus:
+ repo: imfing/hextra
+ repoId: R_kgDOJ9fJag
+ category: General
+ categoryId: DIC_kwDOJ9fJas4CY7gW
+ # mapping: pathname
+ # strict: 0
+ # reactionsEnabled: 1
+ # emitMetadata: 0
+ # inputPosition: top
+ # lang: en
diff --git a/layouts/partials/custom/head-end.html b/layouts/partials/custom/head-end.html
new file mode 100644
index 0000000..82056e6
--- /dev/null
+++ b/layouts/partials/custom/head-end.html
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file