web.myco.systems/config/_default/languages.en.toml

26 lines
728 B
TOML
Raw Normal View History

2023-09-02 03:10:14 +00:00
languageCode = "en"
languageName = "English"
weight = 1
2023-09-08 17:58:04 +00:00
title = "web.myco.systems"
2023-09-02 03:10:14 +00:00
[params]
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
2023-09-08 17:58:04 +00:00
logo = "img/android-chrome-512x512.png"
2023-09-02 03:10:14 +00:00
description = "Hi, welcome to MycoSystems Web!"
copyright = "Body text and articles are under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) Everything else is MIT for the extensive use of Blowfish"
[author]
name = "Myco.Systems"
2023-09-08 17:58:04 +00:00
image = "img/android-chrome-512x512.png"
2023-09-02 03:10:14 +00:00
headline = "Hi, welcome to MycoSystems Web!"
bio = "Hi, welcome to MycoSystems Web!"
links = [
{ mastodon = "https://mastodon.social/@brookeee" },
{ github = "https://git.myco.systems/explore" },
]