Elara6331
09248d7791
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
24 lines
594 B
TOML
24 lines
594 B
TOML
title = "Elara"
|
|
#description = "My awesome website"
|
|
copyright = "Copyright © Elara6331"
|
|
|
|
[languages.en.params]
|
|
languageCode = "en"
|
|
languageName = "English"
|
|
displayName = "EN"
|
|
dateFormat = "January 2, 2006"
|
|
isoCode = "en"
|
|
weight = 1
|
|
rtl = false
|
|
|
|
[params.author]
|
|
name = "Elara6331"
|
|
image = "img/nebula.jpg"
|
|
headline = "Software Engineer"
|
|
bio = "I'm a FOSS developer who loves writing code and solving problems"
|
|
links = [
|
|
{ email = "mailto:elara@elara.ws" },
|
|
{ gitea = "https://gitea.elara.ws/Elara6331" },
|
|
{ github = "https://github.com/Elara6331" },
|
|
]
|