Upgrade to Astro v5.10.0
All checks were successful
Docker / build-and-push-image (push) Successful in 1m27s

This commit is contained in:
Troy 2025-06-20 10:56:34 +01:00
parent 24da21aa6f
commit c1826e1d6b
Signed by: troy
GPG key ID: DFC06C02ED3B4711
9 changed files with 114 additions and 98 deletions

View file

@ -24,11 +24,20 @@ const projects = [
description:
"A fast-paced first person shooter set following the realization that youre all out of beans. The problem is, youre nearing the end of cooking all the other items and you cant just not have them. Without beans, the day just wont be started off right.",
tags: ["Godot", "Blender", "GIMP", "Steamworks"],
link: "https://troylusty.com/projects/must-find-beans",
link: "/projects/must-find-beans",
done: false,
},
{
id: 2,
name: "Sinkie Soldiers",
description:
"Keep control of the castle, but more importantly: your armour.",
tags: ["Unreal Engine", "Blender", "GIMP", "FL Studio", "Inkscape"],
link: "/projects/sinkie-soldiers",
done: true,
},
{
id: 3,
name: "troylusty.com",
description:
"My personal website made using Astro as a way to show off my portfolio of work and display blog posts.",
@ -43,21 +52,21 @@ const projects = [
done: true,
},
{
id: 3,
id: 4,
name: "Artwork",
description:
"A collection of digital artwork created with a variety of tools.",
tags: ["Blender", "Cinema 4D", "DaVinci Resolve"],
link: "https://troylusty.com/projects",
link: "/projects",
done: true,
},
{
id: 4,
id: 5,
name: "Packard",
description:
"Packard is a simple terminal based RSS aggregator meant to allow you to take a quick glance at whats occurring in topics you care about.",
tags: ["Rust", "Tokio", "Clap", "NixOS Flake"],
link: "https://troylusty.com/projects/packard",
link: "/projects/packard",
done: true,
},
];