mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
:language: add new language selector
This commit is contained in:
24
exampleSite/config/_default/languages.pt-PT.toml
Normal file
24
exampleSite/config/_default/languages.pt-PT.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
languageCode = "pt-PT"
|
||||
languageName = "PT"
|
||||
displayName = "PT"
|
||||
isoCode = "pt-PT"
|
||||
weight = 1
|
||||
rtl = false
|
||||
|
||||
title = "Blowfish"
|
||||
logo = "img/blowfish_logo_transparent.png"
|
||||
description = "A powerful, lightweight theme for Hugo built with Tailwind CSS."
|
||||
# copyright = "Copy, _right?_ :thinking_face:"
|
||||
|
||||
dateFormat = "2 January 2006"
|
||||
|
||||
[author]
|
||||
name = "Blowfish"
|
||||
image = "img/blowfish_logo.png"
|
||||
headline = "A powerful, lightweight theme for Hugo built with Tailwind CSS."
|
||||
bio = "A powerful, lightweight theme for Hugo built with Tailwind CSS."
|
||||
links = [
|
||||
{ twitter = "https://twitter.com/burufugu" },
|
||||
{ mastodon = "https://masto.ai/@blowfish" },
|
||||
{ github = "https://github.com/nunocoracao/blowfish" },
|
||||
]
|
||||
Reference in New Issue
Block a user