Files
taco-blog/config/_default/languages.en.toml
taco 3673830e8d
All checks were successful
Build and Publish Docker Image / build (push) Successful in 16s
Update more default params
2026-05-17 16:02:57 -06:00

27 lines
646 B
TOML

disabled = false
locale = "en"
label = "English"
weight = 1
title = "Blog:Taco"
[params]
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
# logo = "img/logo.png"
# secondaryLogo = "img/secondary-logo.png"
description = "A place for the exploits of a Dragon."
# copyright = "Copy, _right?_ :thinking_face:"
[params.author]
name = "Taco"
image = "img/pfp.png"
imageQuality = 96
headline = "Doing things is what keeps us sane."
bio = "Dragon that does things."
links = [
{ gitea = "https://git.toomuchtaco.net" },
{ bluesky = "https://bsky.app/profile/xerotacovix.bsky.social" },
]