From 3673830e8d4a7604cc398bb40728ce9a889704f6 Mon Sep 17 00:00:00 2001 From: taco Date: Sun, 17 May 2026 16:02:57 -0600 Subject: [PATCH] Update more default params --- config/_default/languages.en.toml | 63 +++---------------------------- config/_default/params.toml | 2 +- 2 files changed, 6 insertions(+), 59 deletions(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 73bd4b0..6f37f83 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -2,7 +2,7 @@ disabled = false locale = "en" label = "English" weight = 1 -title = "Blowfish" +title = "Blog:Taco" [params] displayName = "EN" @@ -11,69 +11,16 @@ title = "Blowfish" dateFormat = "2 January 2006" # logo = "img/logo.png" # secondaryLogo = "img/secondary-logo.png" - # description = "My awesome website" + 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 = "Rawr" + headline = "Doing things is what keeps us sane." bio = "Dragon that does things." links = [ - { gitea = "https://git.toomuchtaco.net" } -# { email = "mailto:hello@your_domain.com" }, -# { link = "https://link-to-some-website.com/" }, -# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, -# { apple = "https://www.apple.com" }, -# { blogger = "https://username.blogspot.com/" }, -# { bluesky = "https://bsky.app/profile/username" }, -# { codepen = "https://codepen.io/username" }, -# { dev = "https://dev.to/username" }, -# { discord = "https://discord.gg/invitecode" }, -# { dribbble = "https://dribbble.com/username" }, -# { facebook = "https://facebook.com/username" }, -# { flickr = "https://www.flickr.com/photos/username/" }, -# { foursquare = "https://foursquare.com/username" }, -# { github = "https://github.com/username" }, -# { gitlab = "https://gitlab.com/username" }, -# { google = "https://www.google.com/" }, -# { hashnode = "https://username.hashnode.dev" }, -# { instagram = "https://instagram.com/username" }, -# { itch-io = "https://username.itch.io" }, -# { keybase = "https://keybase.io/username" }, -# { keyoxide = "https://keyoxide.org/URI" }, -# { kickstarter = "https://www.kickstarter.com/profile/username" }, -# { lastfm = "https://lastfm.com/user/username" }, -# { linkedin = "https://linkedin.com/in/username" }, -# { mastodon = "https://mastodon.instance/@username" }, -# { matrix = "https://matrix.to/#/URI" }, -# { medium = "https://medium.com/username" }, -# { microsoft = "https://www.microsoft.com/" }, -# { orcid = "https://orcid.org/userid" }, -# { patreon = "https://www.patreon.com/username" }, -# { pinterest = "https://pinterest.com/username" }, -# { reddit = "https://reddit.com/user/username" }, -# { researchgate = "https://www.researchgate.net/profile/username" }, -# { signal = "https://signal.me/#eu/userid" }, -# { slack = "https://workspace.url/team/userid" }, -# { snapchat = "https://snapchat.com/add/username" }, -# { soundcloud = "https://soundcloud.com/username" }, -# { spotify = "https://open.spotify.com/user/userid" }, -# { stack-overflow = "https://stackoverflow.com/users/userid/username" }, -# { steam = "https://steamcommunity.com/profiles/userid" }, -# { strava = "https://www.strava.com/athletes/username" }, -# { telegram = "https://t.me/username" }, -# { threads = "https://www.threads.net/@username" }, -# { tiktok = "https://tiktok.com/@username" }, -# { tumblr = "https://username.tumblr.com" }, -# { twitch = "https://twitch.tv/username" }, -# { untappd = "https://untappd.com/user/username" }, -# { twitter = "https://twitter.com/username" }, -# { x-twitter = "https://twitter.com/username" }, -# { whatsapp = "https://wa.me/phone-number" }, -# { youtube = "https://youtube.com/username" }, -# { ko-fi = "https://ko-fi.com/username" }, -# { codeberg = "https://codeberg.org/username"}, -# { printables = "https://www.printables.com/@username"}, + { gitea = "https://git.toomuchtaco.net" }, + { bluesky = "https://bsky.app/profile/xerotacovix.bsky.social" }, ] diff --git a/config/_default/params.toml b/config/_default/params.toml index 4d7f047..05576b9 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -59,7 +59,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" showRecentItems = 5 showMoreLink = false showMoreLinkDest = "/posts/" - cardView = false + cardView = true cardViewScreenWidth = false layoutBackgroundBlur = false # only used when layout equals background disableHeroImageFilter = false # only used when layout equals hero