site/config/_default/languages.en.toml

26 lines
631 B
TOML

languageCode = "en"
languageName = "English"
displayName = "EN"
isoCode = "en"
weight = 1
rtl = false
title = "Elara's Site"
#logo = "img/logo.jpg"
#description = "My awesome website"
copyright = "Copyright © Elara Musayelyan"
dateFormat = "January 2, 2006"
[author]
name = "Elara Musayelyan"
image = "img/nebula.jpg"
headline = "Software Engineer"
bio = "A little bit about you"
links = [
{ email = "mailto:arsen@arsenm.dev" },
{ gitea = "https://gitea.elara.ws/Elara6331" },
{ github = "https://github.com/Elara" },
#{ linkedin = "https://www.linkedin.com/in/arsen-musayelyan-9a850a1ab/" },
]