site/config/_default/languages.en.toml

25 lines
631 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"
2023-07-14 18:11:14 +00:00
[languages.en.params]
languageCode = "en"
languageName = "English"
displayName = "EN"
2023-07-15 01:56:48 +00:00
dateFormat = "January 2, 2006"
2023-07-14 18:11:14 +00:00
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"
2023-12-12 23:20:45 +00:00
bio = "I'm a FOSS developer who loves writing code and solving problems"
2022-09-14 03:05:26 +00:00
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" },
2022-09-14 03:05:26 +00:00
]