summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2025-05-10 20:56:19 -0500
committerMark Powers <mark@marks.kitchen>2025-05-10 20:56:19 -0500
commita74c9b3a93019792b223b3576cd32ae90783091e (patch)
tree2e65be89f8aaa2fe6cb6ba74ca26caa75a8fd7b4
parent5909f573d069fe1095cd2e1cedb2b7924d9043e4 (diff)
Refactor games due to broken serverHEADmaster
-rw-r--r--config.toml2
-rw-r--r--content/_index.md6
-rw-r--r--content/about.md2
-rw-r--r--content/blog/2024_12_31_best_of_2024.md3
-rw-r--r--content/blog/games_and_other_updates.md2
-rw-r--r--content/blog/halloween_short_reads.md1
-rw-r--r--content/blog/river.md2
-rw-r--r--content/games/birdy.md8
-rw-r--r--content/games/cosmic.md8
-rw-r--r--content/games/orb.md8
-rw-r--r--content/projects.md2
-rw-r--r--layouts/shortcodes/recent_games.html8
12 files changed, 42 insertions, 10 deletions
diff --git a/config.toml b/config.toml
index 654e6c9..a076eb9 100644
--- a/config.toml
+++ b/config.toml
@@ -26,7 +26,7 @@ weight = 3
[[menu.main]]
identifier = "Games"
name = "Games"
-url = "https://games.marks.kitchen/"
+url = "/games/"
weight = 4
[[menu.main]]
identifier = "Projects"
diff --git a/content/_index.md b/content/_index.md
index 5aabf7b..43725ca 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,10 +3,8 @@ title: "Mark's Kitchen"
date: 2024-10-27T20:37:25-05:00
---
-# [Projects](/projects):
-- [Personal Git](https://git.marks.kitchen)
-- [GitHub](https://github.com/Mark-Powers)
-- [Games](https://games.marks.kitchen/)
+# [Games](/games)
+ {{< recent_games >}}
# [Blog](/blog)
## Recent posts:
diff --git a/content/about.md b/content/about.md
index 4cb30f8..7207cb3 100644
--- a/content/about.md
+++ b/content/about.md
@@ -17,7 +17,7 @@ Almae Matres
: Hope College, UW-Madison
Source Code
-: [gitweb](https://git.marks.kitchen)
+: [cgit](https://git.marks.kitchen)
: [github](https://github.com/Mark-Powers/)
Social
diff --git a/content/blog/2024_12_31_best_of_2024.md b/content/blog/2024_12_31_best_of_2024.md
index ea259d7..a3e2c89 100644
--- a/content/blog/2024_12_31_best_of_2024.md
+++ b/content/blog/2024_12_31_best_of_2024.md
@@ -2,10 +2,9 @@
title: "Best of 2024"
date: 2024-12-30T15:28:53-06:00
---
-# Mark's Best of 2024
This is my list of all of my favorite things that I experienced in 2024.
-
+<!--more-->
## Best Fiction Book
This year a read slightly fewer books than the previous year, roughly 50, completing ~90% of these. In the past few years, I've switched to mainly fiction and poetry, whereas prior to 2022 I almost exclusively read non-fiction. This is the first year I've decided to split the category into these two genres.
diff --git a/content/blog/games_and_other_updates.md b/content/blog/games_and_other_updates.md
index 761e7e0..4cf176d 100644
--- a/content/blog/games_and_other_updates.md
+++ b/content/blog/games_and_other_updates.md
@@ -4,4 +4,4 @@ date: 2020-06-13T20:45:45-05:00
---
My games website https://games.marks.kitchen is now public. So far, most of the games are either stuff I did a while ago, or simple things like snake and stacker. I am working on a paper airplane game, inspired by Glider Pro on Mac II.
-I also have recently added an [RSS feed](http://localhost:1313/index.xml) for my website. It will notify of posts on blog and bread (the same posts as are sent automatically via email).
+I also have recently added an [RSS feed](/index.xml) for my website. It will notify of posts on blog and bread (the same posts as are sent automatically via email).
diff --git a/content/blog/halloween_short_reads.md b/content/blog/halloween_short_reads.md
index 039f567..22e5901 100644
--- a/content/blog/halloween_short_reads.md
+++ b/content/blog/halloween_short_reads.md
@@ -4,6 +4,7 @@ date: 2024-10-30T22:30:00-05:00
---
Each year, I like to read a classic horror story for Halloween. Since it's a bit late to commit to a full novel, I thought I'd recommend some short horror reads.
+<!--more-->
## [The Strange Case of Dr. Jekyll and Mr. Hyde - Robert Louis Stevenson](https://standardebooks.org/ebooks/robert-louis-stevenson/the-strange-case-of-dr-jekyll-and-mr-hyde)
diff --git a/content/blog/river.md b/content/blog/river.md
index 4a371f7..95dccb2 100644
--- a/content/blog/river.md
+++ b/content/blog/river.md
@@ -7,7 +7,7 @@ images:
---
Some pictures of the Chicago river from last month.
-
+<!--more-->
{{< figure src=`https://markskitchen-cdn.nyc3.cdn.digitaloceanspaces.com/brown_line.jpg` alt="The CTA brown line bridge over the Chicago River in fall" >}}
{{< figure src=`https://markskitchen-cdn.nyc3.cdn.digitaloceanspaces.com/debris_ship.jpg` alt="A debris ship traversing the Chicago River in fall" >}}
diff --git a/content/games/birdy.md b/content/games/birdy.md
new file mode 100644
index 0000000..b11de5b
--- /dev/null
+++ b/content/games/birdy.md
@@ -0,0 +1,8 @@
+---
+title: "Birdy"
+date: 2025-04-19
+---
+
+[Play on itch.io](https://mark-powers.itch.io/birdy)
+
+This is a one-level arcade game made with Pico-8. I was inspired to make this after playing the arcade game *Flicky* at Galloping Ghosts in Chicago. \ No newline at end of file
diff --git a/content/games/cosmic.md b/content/games/cosmic.md
new file mode 100644
index 0000000..5302256
--- /dev/null
+++ b/content/games/cosmic.md
@@ -0,0 +1,8 @@
+---
+title: "Cosmic Cargo"
+date: 2019-08-25
+---
+
+[Play on itch.io](https://seafarerscafe.itch.io/cosmic-cargo)
+
+An Oregon Trail inspired game taking place in space. I made this with some friends for GBJAM7. \ No newline at end of file
diff --git a/content/games/orb.md b/content/games/orb.md
new file mode 100644
index 0000000..d7201c9
--- /dev/null
+++ b/content/games/orb.md
@@ -0,0 +1,8 @@
+---
+title: "Orb of Fortuity"
+date: 2023-08-12
+---
+
+[Play on itch.io](https://mark-powers.itch.io/orb-of-fortuity)
+
+This is a short game, inspired by TV game shows, for LOWREZJAM 2023. It's made with Pyxel, which is a python-based virtual console. \ No newline at end of file
diff --git a/content/projects.md b/content/projects.md
index ab56402..08c0857 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -43,6 +43,8 @@ I'll host it here. It has high scores for some games too, and a scoreboard.
I am pretty proud of how this website turned out, it is what I wanted
to have when I was a kid.
+I've been unable to run the server code as of 2025, but I hope to fix this someday. See [/games](the games page) for some selections, or the [source code](https://git.marks.kitchen/cgit/games.git/tree/src).
+
## Backdoor Learning on Models of Code - *2020-04*
A class project where I studied how to poison training datasets of source
diff --git a/layouts/shortcodes/recent_games.html b/layouts/shortcodes/recent_games.html
new file mode 100644
index 0000000..54d5d4f
--- /dev/null
+++ b/layouts/shortcodes/recent_games.html
@@ -0,0 +1,8 @@
+<ul>
+{{ range first 3 (where .Site.RegularPages "Section" "games") }}
+ <li class="post">
+ {{.BundleType}}
+ <span><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format "January 2, 2006" }}</span>
+ </li>
+{{ end }}
+</ul> \ No newline at end of file