Upgrade to Astro v5.10.0
All checks were successful
Docker / build-and-push-image (push) Successful in 1m27s
All checks were successful
Docker / build-and-push-image (push) Successful in 1m27s
This commit is contained in:
parent
24da21aa6f
commit
c1826e1d6b
9 changed files with 114 additions and 98 deletions
|
@ -24,11 +24,20 @@ const projects = [
|
|||
description:
|
||||
"A fast-paced first person shooter set following the realization that you’re all out of beans. The problem is, you’re nearing the end of cooking all the other items and you can’t just not have them. Without beans, the day just won’t 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 what’s occurring in topics you care about.",
|
||||
tags: ["Rust", "Tokio", "Clap", "NixOS Flake"],
|
||||
link: "https://troylusty.com/projects/packard",
|
||||
link: "/projects/packard",
|
||||
done: true,
|
||||
},
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue