7c127074f9
Replace deprecated config keys and template methods per Hugo v0.158.0: Config (10 files): - languageCode → locale - languageName → label Templates: - site.LanguageCode → site.Language.Locale (baseof.html, head.html, schema.html x2) - site.Language.Lang → site.Language.Name (single.html) - .Lang → .Language.Name (likes.html, views.html) Ref: https://discourse.gohugo.io/t/deprecations-in-v0-158-0/56869
23 lines
592 B
TOML
23 lines
592 B
TOML
locale = "en"
|
|
label = "English"
|
|
weight = 1
|
|
title = "Blowfish"
|
|
|
|
[params]
|
|
displayName = "English"
|
|
isoCode = "en"
|
|
rtl = false
|
|
dateFormat = "2 January 2006"
|
|
logo = "img/blowfish_logo_transparent.png"
|
|
description = "A powerful, lightweight theme for Hugo."
|
|
|
|
[params.author]
|
|
name = "Blowfish"
|
|
email = "nuno@n9o.xyz"
|
|
image = "img/blowfish_logo.png"
|
|
headline = "A powerful, lightweight theme for Hugo."
|
|
bio = "A powerful, lightweight theme for Hugo."
|
|
links = [
|
|
{ x-twitter = "https://twitter.com/burufugu" },
|
|
{ github = "https://github.com/nunocoracao/blowfish" },
|
|
] |