thoughts
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m13s

This commit is contained in:
2026-05-17 23:40:35 +02:00
parent 07ec8f2ab1
commit 2e276b8864
2 changed files with 6 additions and 6 deletions

View File

@@ -29,13 +29,13 @@ const kSuiteApps: KSuiteApp[] = [
{
id: 2,
name: "Thoughts",
shortDescription: "Microblogging platform",
shortDescription: "Federated microblogging platform",
description:
"Nostalgic social platform with Frutiger Aero style. 128-char posts, custom CSS profiles.",
"Nostalgic social platform with Frutiger Aero style. 128-char posts, custom CSS profiles, and full ActivityPub federation — interoperable with Mastodon, Misskey, and Movies Diary.",
url: "https://thoughts.gabrielkaszewski.dev/",
githubUrl: "https://git.gabrielkaszewski.dev/GKaszewski/thoughts",
icon: "/images/thoughts.avif",
technologies: ["Rust", "Next.js", "Axum"],
technologies: ["Rust", "Next.js", "Axum", "ActivityPub", "PostgreSQL", "NATS"],
color: "from-cyan-400 to-blue-500",
},
{