diff --git a/src/_includes/partials/link_links.njk b/src/_includes/partials/link_links.njk
index 543fbad..408bb5b 100644
--- a/src/_includes/partials/link_links.njk
+++ b/src/_includes/partials/link_links.njk
@@ -1,6 +1,7 @@
\ No newline at end of file
diff --git a/src/infinite_nightmare.md b/src/infinite_nightmare.md
index 74c002b..9e74add 100644
--- a/src/infinite_nightmare.md
+++ b/src/infinite_nightmare.md
@@ -11,6 +11,14 @@ welcome to the infinite nightmare list aka a big dumpster for me to put art rela
---
+**kiwifie**
+[link](https://kiwifie.tumblr.com/)
+
+
+i'm digging a lot of things about this artist: their digital style and brushes, colouring techniques, anatomy shorthand, expressions and character movement
+
+---
+
**sketchy ipad inspirations!! kip and kms2605**
[kip](https://graskip.tumblr.com/post/721703456942030849/mountain-spirit)

diff --git a/src/lists/cool_game_links.md b/src/lists/cool_game_links.md
index 7a6da6a..bc9e3ef 100644
--- a/src/lists/cool_game_links.md
+++ b/src/lists/cool_game_links.md
@@ -18,7 +18,7 @@ these let you spoof pokemon events like you used to get at game shops from a hom
### satisfactory optimal alternate recipes
[https://www.reddit.com/r/SatisfactoryGame/comments/mpjzfb/optimal_alternate_recipes_pushing_the_raw/](https://www.reddit.com/r/SatisfactoryGame/comments/mpjzfb/optimal_alternate_recipes_pushing_the_raw/)
-❗[local backup](/unlisted/optimal_alternate_recipes/)❗
+❗[local backup](/misc/optimal_alternate_recipes/)❗
this breakdown is so unbelievably solid that i've backed it up to my own damn website. reddit might go down but this thing ain't
diff --git a/src/misc.md b/src/misc.md
new file mode 100644
index 0000000..86cd36d
--- /dev/null
+++ b/src/misc.md
@@ -0,0 +1,11 @@
+---
+title: misc
+layout: layout/base.njk
+eleventyImport.collections: ["misc"]
+---
+
+
+{% for post in collections.misc | reverse %}
+ \- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{post.data.title or post.data.page.fileSlug }}](/misc/{{ post.data.page.fileSlug }})
+{% endfor %}
+
\ No newline at end of file
diff --git a/src/unlisted/optimal_alternate_recipes.md b/src/misc/optimal_alternate_recipes.md
similarity index 100%
rename from src/unlisted/optimal_alternate_recipes.md
rename to src/misc/optimal_alternate_recipes.md
diff --git a/src/movie/movie.json b/src/movie/movie.json
deleted file mode 100644
index 8c40eb7..0000000
--- a/src/movie/movie.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "layout": "layout/blog",
- "tags": ["movies","post"]
- }
\ No newline at end of file