mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-06-29 20:46:18 +00:00
Compare commits
6 Commits
a3b0322d1f
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d181f29e7 | |||
| b761215332 | |||
| 822063d58b | |||
| d832695f73 | |||
| 752a7e4012 | |||
| 72bd7f877c |
@@ -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
|
||||||
|
|||||||
Generated
+880
-370
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
@@ -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"
|
||||||
|
---
|
||||||
@@ -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",
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user