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

23 lines
605 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
2024-08-28 16:48:38 +01:00
[params.author]
2022-09-11 17:20:31 +01:00
name = "Blowfish"
2024-08-10 11:23:56 +01:00
email = "nuno@n9o.xyz"
2022-09-11 17:20:31 +01:00
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
]