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

28 lines
764 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:"
isoCode = "en-AU"
weight = 1
2022-01-11 05:17:49 +00:00
rtl = false
2022-01-11 01:00:27 +00:00
title = "Congo"
description = "A powerful, lightweight theme for Hugo built with Tailwind CSS."
copyright = "© 2022 Congo contributors"
dateFormat = "2 January 2006"
[params]
mainSections = ["samples"]
[author]
name = "Congo"
image = "img/author.jpg"
headline = "Not your ordinary theme!"
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/" },
]