28 lines
881 B
TOML
28 lines
881 B
TOML
languageCode = "en"
|
|
languageName = "English"
|
|
weight = 1
|
|
title = "Ignorance is bliss..."
|
|
|
|
[params]
|
|
displayName = "English"
|
|
isoCode = "en"
|
|
rtl = false
|
|
dateFormat = "2 January 2006"
|
|
logo = "images/christoph_small.png"
|
|
description = "Ignorance is bliss..."
|
|
|
|
[author]
|
|
name = "Christoph Cullmann"
|
|
image = "images/christoph_avatar.jpg"
|
|
headline = "Welcome to Christoph Cullmann's web site"
|
|
bio = "Software Engineer at AbsInt and KDE contributor"
|
|
links = [
|
|
{ github = "https://github.com/christoph-cullmann" },
|
|
{ gitlab = "https://gitlab.com/cullmann" },
|
|
{ reddit = "https://www.reddit.com/user/ChristophCullmann" },
|
|
{ mastodon = "https://mastodon.social/@cullmann" },
|
|
# { ycombinator = "https://news.ycombinator.com/user?id=cullmann" },
|
|
{ youtube = "https://youtube.com/ChristophCullmann" },
|
|
{ email = "mailto:christoph@cullmann.io" }
|
|
]
|