site/config/_default/languages.en.toml
Elara Musayelyan fb1d73efad
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add tags to articles
2023-07-14 18:56:48 -07:00

26 lines
668 B
TOML

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