site/config/_default/languages.en.toml

26 lines
631 B
TOML
Raw Normal View History

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