diff --git a/wiki-rtd/docs/wip/November-2024.md b/wiki-rtd/docs/wip/November-2024.md
index 299da1a..3fd607e 100644
--- a/wiki-rtd/docs/wip/November-2024.md
+++ b/wiki-rtd/docs/wip/November-2024.md
@@ -2,15 +2,18 @@
 date: 2024-10-03
 ---
 
-# November 2024: Flashy winter
+# November 2024: Merged winter
 
 This month we will discuss
 
 ## Highlights
 
 - Development is a bit slower 
-- Merged
-
+- New website
+- 3DS Emulation - status
+- Xenia - status
+- Godot Configurator - status
+- Merged Cooker
 
 <!-- more -->
 
@@ -23,6 +26,8 @@ sometimes IRL issues happen that takes away that time (work, family, life, death
 
 Everyone in FOSS have to always balance their commitment to free software and still do everything life entails.
 
+---
+
 ## New website
 
 We secretly soft launched our new website during Halloween.
@@ -33,22 +38,29 @@ Check it out and give feedback on the Discord on Lemmy.
 
 Thanks Adam Iannazzone for all his hard work on contributing his free time to the RetroDECK project and the new website. 
 
+---
+
 ## 3DS Emulation - status
 
 We had secret plans to include Lime3DS into the release of 0.9b. 
 
 But as the big Citra forks are merging into one, it feels better to wait until they have sorted everything sorted out and get the best project into RetroDECK proper. When their new repo is up and running we will target that.
 
+---
+
 ## Xenia - status
 
-We are looking into utilizing [UMU launcher](https://github.com/Open-Wine-Components/umu-launcher) for Xenia instead and other Wine based systems in the future. This is instead of pulling in all of Wine into RetroDECK and configure it manually. 
+We are looking into utilizing [UMU Launcher](https://github.com/Open-Wine-Components/umu-launcher) for Xenia (and other Wine based systems in the future). 
 
-UMU feels like a better approach that can give more synergies in the future.
+Instead of pulling in all of vanilla Wine into RetroDECK and configuring it, UMU Launcher feels like a better architectural choice that can give more synergies in the future.
 
-We are waiting for the Open Wine Components Team (Heroic Game Launcher, Lutris, Bottles, Lutris, Proton-GE) to finish up their flatpak version (they do great work!). 
+We are waiting for the Open Wine Components Team (Heroic Game Launcher, Lutris, Bottles, Lutris, Proton-GE and more) to finish up their flatpak version (they do great work!). 
 
+---
 
-## Godot Configurator
+<img src="../godot.png" width="80">
+
+## Godot Configurator - status
 
 On the Steam Deck, Game Mode has no included web browser that can be launched via flatpak thus rendering the the wiki links and website links useless in Game Mode. We will probably keep the buttons but only have them shown in Desktop Mode (or any normal Linux Desktop). 
 
@@ -56,12 +68,17 @@ We currently don't feel like we want to ship an entire web browser inside of Ret
 
 Instead we are looking into a sophisticated markdown viewer instead. That will give you the ability to sync the entire wiki down to local storage with the click of a button and have it readable no matter if you are online or offline. 
 
+---
+
+<img src="../big-chungus.png" width="70">
+
 ## Merged Cooker
 
-Several of the big feature branches are now merged into Cooker proper.
+Several of the big feature branches are now merged into Cooker proper (creating one big chunky boi).
+
 Having one big cooker now will make it easier to test everything in one go. 
 
-We are looking into when the cooker is a bit more fleshed out and stable too maybe utilize the flathub-beta remote to facilitate easy testing.
+In the future we might utilize the flathub-beta remote to facilitate easy testing when the cooker is more stable.
 
 The current cooker now features:
 
@@ -72,38 +89,53 @@ The current cooker now features:
 - Lighter Manifest
 - Ruffle
 
-NOTE: That not everything is working at the moment (including some systems). 
+---
 
-### Known issues in cooker
+## Known issues in cooker
 
-There is still plenty of work to do and we always do need more people testing / developing.
+There is still plenty of work to do and we always do need more people testing and developing.
 
-This are a list of major issues we are investigating.
+This is a list of major issues we are investigating.
 
-#### SRM
+If you want to help with parts of development or testing please contact us on `Matrix` / `Discord` in the `💙-i-want-to-help` channel.
 
-- Is not yet added to Godot Configurator and need to be enabled from Legacy Configurator
+
+### SRM
+
+<img src="../srm-logo.png" width="30">
+
+- Is not yet added to Godot Configurator and need to be enabled from Legacy Configurator.
 - Not all systems are adding the games as they should.
 
-#### Godot Configurator
+### Godot Configurator
+
+<img src="../godot.png" width="30">
 
 - Bash slowdown for certain scripts if launched via Godot Configurator via Steam.
 - Need to add some more menus / buttons.
 - Needs more testing of all the features.
 
-#### Emulators / Components
+### Emulators / Components
+
+<img src="../Ryujinx.png" width="30">
 
 - Not all emulators have been updated yet as some have added additional dependencies we need to build.
 - Ryujinx is disabled at the moment.
 
-#### PortMaster
+### PortMaster 
 
-No reported issues
+<img src="../portmaster.png" width="30">
 
-#### Ruffle
+- No reported issues
+
+### Ruffle
+
+<img src="../ruffle.png" width="30">
 
 - Need to do a configuration pass on settings and controls.
 
+---
+
 ## That is all for now
 
 There are more things we are working on, but you will see them in future blog updates!
diff --git a/wiki-rtd/docs/wip/Ryujinx.png b/wiki-rtd/docs/wip/Ryujinx.png
new file mode 100644
index 0000000..1e3a15f
Binary files /dev/null and b/wiki-rtd/docs/wip/Ryujinx.png differ
diff --git a/wiki-rtd/docs/wip/big-chungus-jkg.png b/wiki-rtd/docs/wip/big-chungus-jkg.png
deleted file mode 100644
index 6a068eb..0000000
Binary files a/wiki-rtd/docs/wip/big-chungus-jkg.png and /dev/null differ
diff --git a/wiki-rtd/docs/wip/big-chungus.png b/wiki-rtd/docs/wip/big-chungus.png
new file mode 100644
index 0000000..271dedf
Binary files /dev/null and b/wiki-rtd/docs/wip/big-chungus.png differ
diff --git a/wiki-rtd/docs/wip/godot.png b/wiki-rtd/docs/wip/godot.png
new file mode 100644
index 0000000..d29092b
Binary files /dev/null and b/wiki-rtd/docs/wip/godot.png differ
diff --git a/wiki-rtd/docs/wip/portmaster.png b/wiki-rtd/docs/wip/portmaster.png
new file mode 100644
index 0000000..42846ea
Binary files /dev/null and b/wiki-rtd/docs/wip/portmaster.png differ
diff --git a/wiki-rtd/docs/wip/ruffle.png b/wiki-rtd/docs/wip/ruffle.png
new file mode 100644
index 0000000..c6d7480
Binary files /dev/null and b/wiki-rtd/docs/wip/ruffle.png differ
diff --git a/wiki-rtd/docs/wip/srm-logo.png b/wiki-rtd/docs/wip/srm-logo.png
new file mode 100644
index 0000000..37bdfe3
Binary files /dev/null and b/wiki-rtd/docs/wip/srm-logo.png differ