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

23 lines
632 B
TOML
Raw Normal View History

2024-03-11 10:12:03 +00:00
languageCode = "ja"
languageName = "日本語"
2024-03-20 22:01:51 +00:00
weight = 3
2024-03-11 10:12:03 +00:00
title = "Blowfish"
[params]
displayName = "日本語"
isoCode = "ja"
rtl = false
2024-03-14 17:24:22 +09:00
dateFormat = "2006-01-02"
2024-03-11 10:12:03 +00:00
logo = "img/blowfish_logo_transparent.png"
2024-03-13 22:12:54 +09:00
description = "強力で、軽量な Hugo のテーマです。"
2024-03-11 10:12:03 +00:00
2024-08-28 16:48:38 +01:00
[params.author]
2024-03-11 10:12:03 +00:00
name = "Blowfish"
2025-01-10 22:50:01 +00:00
email = "nuno@n9o.xyz"
2024-03-11 10:12:03 +00:00
image = "img/blowfish_logo.png"
2024-03-13 22:12:54 +09:00
headline = "強力で、軽量な Hugo のテーマです。"
bio = "強力で、軽量な Hugo のテーマです。"
2024-03-11 10:12:03 +00:00
links = [
{ x-twitter = "https://twitter.com/burufugu" },
{ github = "https://github.com/nunocoracao/blowfish" },
2025-01-10 22:50:01 +00:00
]