Compare commits

6 Commits

Author SHA1 Message Date
YouHaveTrouble 4d181f29e7 update url for kill the tower 2026-06-19 15:43:35 +02:00
YouHaveTrouble b761215332 add hmmai to project list 2026-06-06 17:10:06 +02:00
YouHaveTrouble 822063d58b set node version to 22 2026-06-05 11:59:27 +02:00
YouHaveTrouble d832695f73 more depend updates 2026-06-05 11:52:29 +02:00
YouHaveTrouble 752a7e4012 always .map() an array 2026-06-05 11:22:33 +02:00
YouHaveTrouble 72bd7f877c update depends 2026-06-05 11:22:19 +02:00
6 changed files with 902 additions and 373 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v2 uses: withastro/action@v2
with: with:
node-version: 20 node-version: 22
deploy: deploy:
needs: build needs: build
+880 -370
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

+19
View File
@@ -0,0 +1,19 @@
---
category: "websites"
name: "HmmAI"
description: "A very serious AI startup based on an Onion article, built for fun."
image: "/assets/projects/hmmai.png"
links: [
{
text: "Website",
url: "https://hmm.yht.one"
},
{
text: "Source",
url: "https://github.com/YouHaveTrouble/HmmAI"
},
]
technologies:
- "astro"
- "typescript"
---
+1 -1
View File
@@ -7,7 +7,7 @@ image: "/assets/projects/killthetower.png"
links: [ links: [
{ {
text: "Website", text: "Website",
url: "https://www.nexusmods.com/slaythespire2/mods/1051" url: "https://steamcommunity.com/sharedfiles/filedetails/?id=3747590353"
}, },
{ {
text: "Source", text: "Source",
+1 -1
View File
@@ -25,7 +25,7 @@ allPosts.forEach(post => {
{allPosts.length === 0 && <p>No posts as of yet, hop back later!</p>} {allPosts.length === 0 && <p>No posts as of yet, hop back later!</p>}
{ {
categorizedPosts.keys().map(category => { categorizedPosts.keys().toArray().map(category => {
const posts = categorizedPosts.get(category) || []; const posts = categorizedPosts.get(category) || [];
return ( return (
<div> <div>