site/config/_default/languages.en.toml

27 lines
667 B
TOML
Raw Normal View History

2023-07-14 21:21:40 +00:00
title = "Elara's Site"
#logo = "img/logo.jpg"
#description = "My awesome website"
copyright = "Copyright © Elara Musayelyan"
dateFormat = "January 2, 2006"
2023-07-14 18:11:14 +00:00
[languages.en.params]
languageCode = "en"
languageName = "English"
displayName = "EN"
isoCode = "en"
weight = 1
rtl = false
2022-09-14 03:05:26 +00:00
[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 = [
2023-05-04 16:12:54 +00:00
{ email = "mailto:elara@elara.ws" },
2023-05-04 00:01:53 +00:00
{ gitea = "https://gitea.elara.ws/Elara6331" },
2023-07-14 18:11:14 +00:00
{ github = "https://github.com/Elara6331" },
2023-05-04 00:01:53 +00:00
#{ linkedin = "https://www.linkedin.com/in/arsen-musayelyan-9a850a1ab/" },
2022-09-14 03:05:26 +00:00
]