mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 13:26:29 +01:00
25 lines
649 B
TOML
25 lines
649 B
TOML
baseURL = 'https://michivonah.ch'
|
|
title = 'Michi von Ah - Informatiker, Tech-Enthusiast & Achterbahn-Fan'
|
|
|
|
defaultContentLanguage = 'de'
|
|
[languages]
|
|
[languages.de]
|
|
contentDir = 'content/de'
|
|
languageName = 'Deutsch'
|
|
languageCode = 'de-CH'
|
|
weight = 10
|
|
[languages.en]
|
|
contentDir = 'content/en'
|
|
languageName = 'English'
|
|
languageCode = 'en-CH'
|
|
weight = 20
|
|
|
|
[params]
|
|
description = ""
|
|
tags = ""
|
|
author = "Michi von Ah"
|
|
faviconPath = ""
|
|
themeColor = "#3498db"
|
|
twitterUsername = "@michivonah"
|
|
umamiUrl = "https://data.mchvnh.ch/script.js"
|
|
websiteId = "9b188ed8-77b0-4238-aef5-c1b3d48106e4"
|