summaryrefslogtreecommitdiff
path: root/config/_default/languages.en.toml
blob: 3f3dcc7b2b17bc5211d1f017fe936cf9aea83750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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" }
  ]