congo/exampleSite/config/_default/languages.en.toml

23 lines
604 B
TOML
Raw Normal View History

2022-01-11 01:00:27 +00:00
languageCode = "en-au"
languageName = "English (Australia)"
2022-01-11 01:00:27 +00:00
displayName = ":flag-au:"
htmlCode = "en-AU"
weight = 1
2022-01-11 05:17:49 +00:00
rtl = false
2022-01-11 01:00:27 +00:00
title = "Congo"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[author]
name = "Congo"
2022-01-11 01:29:21 +00:00
image = "author.jpg"
bio = "This is an example author bio, and although there's a stock photo of a dog here, this article was actually created by a human. :dog:"
links = [
{ twitter = "https://twitter.com/" },
{ facebook = "https://facebook.com/" },
{ linkedin = "https://linkedin.com/" },
{ youtube = "https://youtube.com/" },
]