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

26 lines
681 B
TOML
Raw Normal View History

2023-09-02 03:10:14 +00:00
languageCode = "en"
languageName = "English"
weight = 1
title = "MycoSystems Co-Op"
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 = "Articles are copyleft, no rights reserved. Thank you to the devs @ [Blowfish](https://blowfish.page)"
2023-09-02 03:10:14 +00:00
[author]
name = "MycoSystems"
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" },
]