42 lines
861 B
TOML
42 lines
861 B
TOML
baseURL = "https://example.com/"
|
|
languageCode = "de-de"
|
|
title = "Rackaris - Blog"
|
|
description = "Homelab-Dokumentation, Services, Konfigurationen und Insights in modernem Terminal-Look."
|
|
|
|
[params]
|
|
author = "Lucas Hahmann"
|
|
theme = "terminal"
|
|
subtitle = "Homelab, Tüfteln und Halbwissen"
|
|
showLastModified = true
|
|
|
|
[params.menu]
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 10
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/posts/"
|
|
weight = 20
|
|
[[menu.main]]
|
|
name = "Services"
|
|
url = "/services/"
|
|
weight = 30
|
|
[[menu.main]]
|
|
name = "Configs"
|
|
url = "/configs/"
|
|
weight = 40
|
|
[[menu.main]]
|
|
name = "Projekte"
|
|
url = "/projects/"
|
|
weight = 50
|
|
|
|
[params.colors]
|
|
background = "#02040b"
|
|
panel = "#09101b"
|
|
border = "#164a76"
|
|
text = "#e6edf3"
|
|
accent = "#58d8ff"
|
|
danger = "#ff5a5f"
|
|
muted = "#7d9bb1"
|