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

22 lines
573 B
TOML
Raw Normal View History

2022-09-11 17:20:31 +01:00
languageCode = "en"
languageName = "English"
2022-09-10 20:05:37 +01:00
weight = 1
2022-09-11 17:20:31 +01:00
title = "Blowfish"
2022-09-10 20:05:37 +01:00
2023-06-05 22:42:37 +01:00
[params]
2024-03-10 17:36:28 +00:00
displayName = "English"
2023-06-05 22:42:37 +01:00
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
logo = "img/blowfish_logo_transparent.png"
description = "A powerful, lightweight theme for Hugo."
2022-09-10 20:05:37 +01:00
[author]
2022-09-11 17:20:31 +01:00
name = "Blowfish"
image = "img/blowfish_logo.png"
headline = "A powerful, lightweight theme for Hugo."
bio = "A powerful, lightweight theme for Hugo."
2022-09-10 20:05:37 +01:00
links = [
2023-11-02 22:51:09 +00:00
{ x-twitter = "https://twitter.com/burufugu" },
{ github = "https://github.com/nunocoracao/blowfish" },
2024-03-10 17:36:28 +00:00
]