diff --git a/content/blog/website.md b/content/blog/website.md
index 435df9d..b047e48 100644
--- a/content/blog/website.md
+++ b/content/blog/website.md
@@ -1,11 +1,12 @@
+++
title = "Personal Site"
-description = "Moving from an abandond react website which hasn't been updated in over 4 years to Zola"
+description = "Moving from an abandoned React website which hasn't been updated in over 4 years to Zola."
date = 2026-01-17
updated = 2026-04-20
[taxonomies]
tags = ["web", "zola"]
+category = ["project"]
+++
I finally had the motivation (and time) to update my personal site. It's one of those tasks which aren't very interesting which makes starting it 100 times harder than it needs to be.
diff --git a/content/blog/88x31/aperturelabs.gif b/content/random/88x31/aperturelabs.gif
similarity index 100%
rename from content/blog/88x31/aperturelabs.gif
rename to content/random/88x31/aperturelabs.gif
diff --git a/content/blog/88x31/b5can_s.gif b/content/random/88x31/b5can_s.gif
similarity index 100%
rename from content/blog/88x31/b5can_s.gif
rename to content/random/88x31/b5can_s.gif
diff --git a/content/blog/88x31/bestviewed.gif b/content/random/88x31/bestviewed.gif
similarity index 100%
rename from content/blog/88x31/bestviewed.gif
rename to content/random/88x31/bestviewed.gif
diff --git a/content/blog/88x31/bootleg64_spinbutton.gif b/content/random/88x31/bootleg64_spinbutton.gif
similarity index 100%
rename from content/blog/88x31/bootleg64_spinbutton.gif
rename to content/random/88x31/bootleg64_spinbutton.gif
diff --git a/content/blog/88x31/bunbrowser.gif b/content/random/88x31/bunbrowser.gif
similarity index 100%
rename from content/blog/88x31/bunbrowser.gif
rename to content/random/88x31/bunbrowser.gif
diff --git a/content/blog/88x31/button-devils.gif b/content/random/88x31/button-devils.gif
similarity index 100%
rename from content/blog/88x31/button-devils.gif
rename to content/random/88x31/button-devils.gif
diff --git a/content/blog/88x31/greyasashe.gif b/content/random/88x31/greyasashe.gif
similarity index 100%
rename from content/blog/88x31/greyasashe.gif
rename to content/random/88x31/greyasashe.gif
diff --git a/content/blog/88x31/index.md b/content/random/88x31/index.md
similarity index 94%
rename from content/blog/88x31/index.md
rename to content/random/88x31/index.md
index b18a53e..b078c9c 100644
--- a/content/blog/88x31/index.md
+++ b/content/random/88x31/index.md
@@ -5,6 +5,7 @@ date = 2026-04-26
[taxonomies]
tags = ["web", "88x31"]
+category = ["random"]
+++
I decided to make a 88x31 badge for fun and included a fun little puzzle inside it.
@@ -36,3 +37,4 @@ other
{{ badge88x31(src="b5can_s.gif", alt="Can badge") }}
{{ badge88x31(src="bootleg64_spinbutton.gif", alt="bootleg64 badge") }}
{{ badge88x31(src="bunbrowser.gif", alt="Bunny badge") }}
+{{ badge88x31(src="kill-fascists.png", alt="Kill Fascists badge") }}
diff --git a/content/blog/88x31/iso-date.gif b/content/random/88x31/iso-date.gif
similarity index 100%
rename from content/blog/88x31/iso-date.gif
rename to content/random/88x31/iso-date.gif
diff --git a/content/random/88x31/kill-fascists.png b/content/random/88x31/kill-fascists.png
new file mode 100644
index 0000000..465955d
Binary files /dev/null and b/content/random/88x31/kill-fascists.png differ
diff --git a/content/blog/88x31/madeon-linux.gif b/content/random/88x31/madeon-linux.gif
similarity index 100%
rename from content/blog/88x31/madeon-linux.gif
rename to content/random/88x31/madeon-linux.gif
diff --git a/content/blog/88x31/niko-chuckle.gif b/content/random/88x31/niko-chuckle.gif
similarity index 100%
rename from content/blog/88x31/niko-chuckle.gif
rename to content/random/88x31/niko-chuckle.gif
diff --git a/content/blog/88x31/nixos.png b/content/random/88x31/nixos.png
similarity index 100%
rename from content/blog/88x31/nixos.png
rename to content/random/88x31/nixos.png
diff --git a/content/blog/88x31/right_to_repair_01.jpg b/content/random/88x31/right_to_repair_01.jpg
similarity index 100%
rename from content/blog/88x31/right_to_repair_01.jpg
rename to content/random/88x31/right_to_repair_01.jpg
diff --git a/content/blog/88x31/roroqa.gif b/content/random/88x31/roroqa.gif
similarity index 100%
rename from content/blog/88x31/roroqa.gif
rename to content/random/88x31/roroqa.gif
diff --git a/content/blog/88x31/rustnow.gif b/content/random/88x31/rustnow.gif
similarity index 100%
rename from content/blog/88x31/rustnow.gif
rename to content/random/88x31/rustnow.gif
diff --git a/content/blog/88x31/treksites.gif b/content/random/88x31/treksites.gif
similarity index 100%
rename from content/blog/88x31/treksites.gif
rename to content/random/88x31/treksites.gif
diff --git a/content/random/_index.md b/content/random/_index.md
new file mode 100644
index 0000000..3650c83
--- /dev/null
+++ b/content/random/_index.md
@@ -0,0 +1,7 @@
++++
+title = "Random"
+sort_by = "date"
+template = "blog.html"
+page_template = "blog-page.html"
+in_search_index = true
++++
\ No newline at end of file
diff --git a/templates/partials/header.html b/templates/partials/header.html
index 862986b..ca340be 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -5,6 +5,7 @@
Posts
{# ProjectsCrafts #}
+ RandomPicturesTagsCategories
@@ -17,7 +18,7 @@