Files
taco-blog/config/_default/languages.en.toml
taco c5b09c287f
All checks were successful
Build and Publish Docker Image / build (push) Successful in 24s
Added favicons, and anti-robot robots.txt
2026-05-18 01:49:12 -06:00

24 lines
527 B
TOML

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