Erstes Commit

This commit is contained in:
2026-02-19 18:37:05 +01:00
commit 74a5b5bbb7
97 changed files with 1792 additions and 0 deletions

40
hugo/config.toml Normal file
View File

@@ -0,0 +1,40 @@
baseURL = "https://www.alphabreed.com/"
languageCode = "de-de"
title = "alphabreed"
disableKinds = ["taxonomy"]
[params]
apibaseurl = "http://192.168.1.2/api"
[outputs]
page = ["HTML"]
home = ["HTML"]
section = ["HTML"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menus]
[[menus.main]]
name = "Raspberry Pi"
pageRef = "/pi/"
weight = 10
[[menus.main]]
name = "Gameplays"
pageRef = "/gameplays/"
weight = 20
[[menus.main]]
name = "Interactive Fiction"
pageRef = "/if/"
weight = 30
[[menus.main]]
name = "Comics"
pageRef = "/comics/"
weight = 40
[[menus.main]]
name = "Bilder"
pageRef = "/bilder/"
weight = 50
[[menus.main]]
name = "Impressum"
pageRef = "/impressum/"
weight = 60