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

26 lines
687 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"
2022-01-27 04:26:18 +00:00
# logo = "img/logo.jpg"
# description = "My awesome website"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[author]
name = "Congo"
image = "img/author.jpg"
2022-01-12 01:32:29 +00:00
# headline = ""
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/" },
]