summaryrefslogtreecommitdiffhomepage
path: root/config/_default/languages.en.toml
blob: 949dc358c5784b45297c630790a0869f38240f9d (plain) (blame)
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
28
languageCode = "en"
languageName = "English"
weight = 1
title = "lowest case"

[params]
  displayName = "EN"
  isoCode = "en"
  rtl = false
  dateFormat = "2 January 2006"
  # logo = "static/shin.png"
  # secondaryLogo = "img/secondary-logo.png"
  # description = "My awesome website"
  # copyright = "Copy, _right?_ :thinking_face:"

[author]
  name = "leonardo santiago"
#  image = "img/blowfish_logo.png"
#   headline = "I'm only human"
#   bio = "A little bit about you"
  links = [
    { email = "mailto:[email protected]" },
    { github = "https://github.com/o-santi" },
    { gitlab = "https://gitlab.com/o-santi" },
    { linkedin = "https://www.linkedin.com/in/leonardo-ribeiro-santiago/" },
    { telegram = "https://t.me/osanti4" },
    { twitter = "https://twitter.com/o-santi" },
   ]