diff --git a/_posts/2025-11-12-month-updates-september-october-2025.md b/_posts/2025-11-12-month-updates-september-october-2025.md
new file mode 100644
index 00000000..2c4c771a
--- /dev/null
+++ b/_posts/2025-11-12-month-updates-september-october-2025.md
@@ -0,0 +1,370 @@
+---
+title: "Month updates - September & October 2025"
+date: '2025-11-12T00:00:00+00:00'
+author: alifeee
+layout: post
+permalink: /month-updates-september-october-2025/
+excerpt: "Month updates from September & October 2025 - what's been going on around Sheffield Hackspace?"
+---
+
+
+What have members of Sheffield Hackspace been up to this two-months?
+
+Let's find out what else some members have been up to!
+
+1. [Visiting Nottinghack](#visiting-nottinghack)
+2. [Adam](#adam)
+ 1. [3D printed coat hooks](#3d-printed-coat-hooks)
+ 2. [Making a historic belt with the CNC mill](#making-a-historic-belt-with-the-cnc-mill)
+ 3. [Environment monitoring at home](#environment-monitoring-at-home)
+3. [alifeee](#alifeee)
+ 1. [Fixing my bike mudguard](#fixing-my-bike-mudguard)
+ 2. [Trying out ConnectedLittleBoxes](#trying-out-connectedlittleboxes)
+ 3. [Environment monitoring of the Hackspace](#environment-monitoring-of-the-hackspace)
+ 4. [Assembling a mini macro-pad](#assembling-a-mini-macro-pad)
+ 5. [Connecting old transport signs to the Internet](#connecting-old-transport-signs-to-the-internet)
+ 6. [Creating a space-state visualiser](#creating-a-space-state-visualiser)
+ 7. [Creating a virtual tour of the Hackspace](#creating-a-virtual-tour-of-the-hackspace)
+ 8. [Contributing to Movary, a movie tracking website](#contributing-to-movary-a-movie-tracking-website)
+4. [Kieron](#kieron)
+ 1. [Decorating Gaslands cars](#decorating-gaslands-cars)
+5. [Louise](#louise)
+ 1. [Rocketry](#rocketry)
+6. [Nathen](#nathen)
+ 1. [Commodore 64 Re-PCB](#commodore-64-re-pcb)
+7. [Nik](#nik)
+
+## Visiting Nottinghack
+
+> A few of us from the Hackspace drove to Nottingham last month, in part to watch
+> [Hackers](https://www.themoviedb.org/movie/10428-hackers) at the
+> [Savoy Cinema](https://savoyonline.co.uk/SavoyNottingham.dll/Home) in Nottingham.
+> It was a 30th anniversary screening and we all wanted to watch it. We took the opportunity to visit
+> [Nottingham Hackspace](https://nottinghack.org.uk/), and met up with a few members there.
+>
+> It's a lot bigger than our space, but shares a lot of ethos. I had fun looking around, especially at all the
+> transport signs ;].
+>
+> No pictures, though, sorry!
+
+## Adam
+
+### 3D printed coat hooks
+
+
+
+
+
+
+
+### Making a historic belt with the CNC mill
+
+> Designed in OpenSCAD, post processed using FreeCAD (with some pain), worked flawlessly until I miscalculated the clearance 🤦♂️
+>
+> I successfully milled an element without breaking the drill bit.
+>
+> Brass milled into a mock late XIV century decorative belt.
+
+The manufacture:
+
+
+
+
+
+
+
+
+
+The final result:
+
+
+
+
+
+
+
+### Environment monitoring at home
+
+> I got myself some SEEED Xiao ESP32C6 and a Xiao Logger Hat and a 3.7V 500mAh lipo battery and I hope that I would be able to make this into a room state logger (temperature + humidity).
+>
+> Looks like the ESP works and aside from some tiny weird sparks it is reliably 4 degrees hotter (offset subtracted in HA).
+
+
+
+
+
+
+
+## alifeee
+
+### Fixing my bike mudguard
+
+> Something got stuck in my mudguard rods when I was cycling and completely ripped off the bottom part.
+> As a "temporary fix" (that may last years), I widened an existing hole and bolted the fixing to that instead.
+
+
+
+
+
+
+### Trying out ConnectedLittleBoxes
+
+> [ConnectedLittleBoxes](https://www.connectedlittleboxes.com/) ([GitHub](https://github.com/connected-little-boxes/))
+> is a project designed to make it easier for people to make arbitrary IOT devices.
+> With an ESP8266, some buttons, some LEDs, and some JSON "code", you can make one box turn on the lights on another
+> across the country, so long as both are connected to WiFi.
+>
+> I've been trying it out with two ESPs and you can see in the video that I press the button on the left one,
+> and the right one reports this to the computer. I haven't got any better output devices yet (like LEDs),
+> but I will order some. I might 3D print some cases for them.
+
+
+
+
+
+
+
+
+### Environment monitoring of the Hackspace
+
+> I set up a system ([source](https://github.com/sheffieldhackspace/hackspace-sensing-mqtt-listener))
+> on the Hackspace MQTT network which listens to messages like…
+>
+> ```mqtt
+> SHHNoT/environment/room/sensor/`
+> ```
+>
+> …or with 'real' data…
+>
+> ```mqtt
+> SHHNoT/environment/room-d/sensor_ESP8266-SCD40-1/temperature 23.414
+> ```
+>
+> …and saves that data to an instance of [InfluxDB2](https://docs.influxdata.com/influxdb/v2/) (time-series database)
+> running in the space.
+> That data can be queried and displayed nicely by [Grafana](https://grafana.com/) (data visualisation software),
+> which is also running in the space.
+>
+> Finally, I use [Info-Beamer](https://info-beamer.com/) (display management software) to
+> occasionally show this Grafana dashboard on the monitor in the main room of the Hackspace,
+> so everyone can see the current and previous environment data.
+>
+> In theory, anyone can add a sensor by simply making a device by pushing messages to MQTT with the right format.
+> A couple of other people have done this already — I've also
+> [published the code](https://github.com/sheffieldhackspace/hackspace-sensing) I am using to flash ESP devices
+> with various sensors.
+
+Here are some sensors (moiture, CO2/temperature/humidity)
+
+
+
+
+
+
+
+
+…and what it looks like on the monitor in the common room
+
+
+
+
+
+### Assembling a mini macro-pad
+
+> Last year Pimoroni [gave us a box of goodies](/month-updates-july-2024/#we-opened-up-a-gift-box-from-pimoroni).
+> This month, I found a [Keybow Mini](https://shop.pimoroni.com/products/keybow-mini-3-key-macro-pad-kit)
+> and assembled it. It was pretty fun to make, and I made some
+> [custom firmware](https://blog.alifeee.co.uk/notes/assembling-the-pi-bow-mini-a-small-macro-pad/)
+> to allow more than 3 keys of input from the 3-key keyboard.
+>
+> I… can't say I've used it much since making it, but it was still fun.
+
+
+
+
+
+
+### Connecting old transport signs to the Internet
+
+> For a few years [I've enjoyed](https://alifeee.co.uk/favourites/#hardware%20hacking)
+> hacking into old transport signs. This month, I've been trying to make some better hardware to connect to them
+> than my flimsy breadboard/dupont monstrosities
+
+The messy connections I've been making so far
+
+
+
+
+
+
+One of the transport signs I've been messing with
+
+
+
+
+
+
+
+Some of the old internal electronics of the sign that I have repurposed
+
+
+
+
+
+
+
+
+
+
+The sign connected to Ethernet, letting me send messages from a nearby computer
+
+
+
+
+
+
+
+
+The "better" connector that I've been trying to make. I think the soldering is OK.
+
+
+
+
+
+
+### Creating a space-state visualiser
+
+> More things for the monitor! With the help of Nik's beautiful visuals, I made
+> [a system](https://github.com/sheffieldhackspace/space-state-visualiser) which runs a Python server to:
+>
+> - listen to MQTT messages and update an internal state object
+> - send this state to anyone who requests it via HTTP (plain or over websockets)
+> - send a webpage which will live-update with the latest state
+>
+> Watch it in action in the video below, where someone opens the door in the common room and it shows such on the monitor.
+
+
+
+
+
+
+
+
+### Creating a virtual tour of the Hackspace
+
+> [Downpour](https://downpour.games/) is a really neat tool for making easy-to-understand, easy-to-make, interactive games.
+> I've used it for [all sorts](https://downpour.games/~alifeee) of fun little things.
+> This month I made a little prototype [tour of Sheffield Hackspace](https://downpour.games/~alifeee/what-s-inside-sheffield-hackspace)
+> with it. It was fun running around and snapping pics. It was less fun drawing the same blue/purple box for the 30th time.
+>
+> You can try it out right here:
+
+
+
+### Contributing to Movary, a movie tracking website
+
+> For a while I was trying to find something like [Letterboxd](https://letterboxd.com/) which would
+> let me log movies I wanted to watch, or had watched, but without being locked in to one company or system
+> (Letterboxd uses data from [TMDB](https://www.themoviedb.org/) but doesn't provide the cross-reference TMDB
+> movie ID when you export your data, making it much less usable, horrible!)
+>
+> I found out about [Movary](https://github.com/leepeuker/movary/), which is a self-hosted movie tracker.
+> I wanted to find something with ActivityPub support, but I could only find [NeoDB](https://neodb.net/),
+> which was a bit too powerful for my needs. I set up [my own instance](https://movary.alifeee.net/users/alifeee)
+> of Movary a couple months ago, and have been adding a few small features and fixes which I contribute back to the
+> project. I think it's neat :]
+
+## Kieron
+
+### Decorating Gaslands cars
+
+> Made one of my first Gaslands cars out of the Hot Wheels cars I cracked open a week or so ago - the pillar drill was perfect for boring out those rivets, so I can remove the "glass", repaint the whole car and interior too. Oh, and of course, I had to add some spiky wheels and maniacal freaks who are fighting for dear life in the American wastelands!
+
+
+
+
+
+
+## Louise
+
+### Rocketry
+
+> Several of us have been getting into model rocketry, we attended a Midland Rocketry Club launch. I have been working on a few rocket builds including a pyramid which i cut on the laser cutter, epoxied together and painted with a metallic gloss paint which gives a great effect in the sun.
+
+
+
+
+
+
+## Nathen
+
+### Commodore 64 Re-PCB
+
+> This is my Commodore 64 Re-PCB Project. After dusting off my childhood Commodore64, I discovered there were a few issues with it.
+> After swapping out the problematic memory, I started tracking down a logic issue. Unfortunately, the revision of the Commodore 64 motherboard I had was prone to lifting tracks and solder flowing under the solder mask. Fortunately, the Board Folk created a reverse-engineered C64 PCB with those issues fixed and built to modern standards.
+> I rebuilt the Commodore onto the latest revision of the "Long board" I fitted all new passives, switches, cartridge slot and controller ports, and fitted all of the custom chips and logic from my original C64. Turns out it wasn't a logic issue at all, but a fault with one of the components on the old board as the problem didn't move across to the new board.
+>
+> So although it's a new mainboard, the heart is still the same as my 1986 original. It's been a lot of fun, and a lot of solder.
+
+
+
+
+
+
+
+## Nik
+
+Nik and others spent a short while using a digital microscope to look at the gashes made by laser cutting wood.
+
+
+
+
+
+
+
+## That's all
+
+That's all for this month! Remember, you can:
+
+- come and visit the space!
+- learn more about on joining on the wiki:
+- add your own items to next month's month update:
+
+Until next time :)
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_1.webp
new file mode 100644
index 00000000..dbc13ac1
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_2.webp
new file mode 100644
index 00000000..52e3adfc
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_3.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_3.webp
new file mode 100644
index 00000000..477c7549
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_coat_3.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_1.webp
new file mode 100644
index 00000000..693041ba
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_2.webp
new file mode 100644
index 00000000..8e8cc994
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_3.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_3.webp
new file mode 100644
index 00000000..5abc2ba0
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_3.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_4.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_4.webp
new file mode 100644
index 00000000..d83bd379
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_4.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_5.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_5.webp
new file mode 100644
index 00000000..9e2f31a2
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_5.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_7.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_7.webp
new file mode 100644
index 00000000..ce33805c
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_7.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_8.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_8.webp
new file mode 100644
index 00000000..99b7f5e7
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_8.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_9.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_9.webp
new file mode 100644
index 00000000..3b9d3fa6
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_mill_9.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_1.webp
new file mode 100644
index 00000000..29b5213b
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_2.webp
new file mode 100644
index 00000000..9f6dd106
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_3.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_3.webp
new file mode 100644
index 00000000..af1d6c8d
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/adam_sensing_3.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_bike_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_bike_1.webp
new file mode 100644
index 00000000..61e4682d
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_bike_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_bike_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_bike_2.webp
new file mode 100644
index 00000000..3e6942b0
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_bike_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_1.webp
new file mode 100644
index 00000000..32e5ec7b
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_2.webp
new file mode 100644
index 00000000..dca1a382
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_3.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_3.webp
new file mode 100644
index 00000000..08e3f280
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_3.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_v1.webm b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_v1.webm
new file mode 100644
index 00000000..616442b7
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_v1.webm differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_v1_PREVIEW.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_v1_PREVIEW.webp
new file mode 100644
index 00000000..62b5364d
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_clb_v1_PREVIEW.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_3.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_3.webp
new file mode 100644
index 00000000..d3a9eb76
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_3.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_4.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_4.webp
new file mode 100644
index 00000000..be216d52
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_4.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_5.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_5.webp
new file mode 100644
index 00000000..998490d7
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_5.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_6.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_6.webp
new file mode 100644
index 00000000..674671c3
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_6.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_7.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_7.webp
new file mode 100644
index 00000000..e4df77e9
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_environment_7.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_pibow_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_pibow_1.webp
new file mode 100644
index 00000000..072f101f
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_pibow_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_pibow_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_pibow_2.webp
new file mode 100644
index 00000000..99de0b9a
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_pibow_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_10.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_10.webp
new file mode 100644
index 00000000..6aa119a7
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_10.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_11.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_11.webp
new file mode 100644
index 00000000..e8b0260b
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_11.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_13.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_13.webp
new file mode 100644
index 00000000..6170f49f
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_13.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_14.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_14.webp
new file mode 100644
index 00000000..690c1f68
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_14.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_15.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_15.webp
new file mode 100644
index 00000000..f871023e
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_15.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_16.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_16.webp
new file mode 100644
index 00000000..800b52e4
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_16.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_17.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_17.webp
new file mode 100644
index 00000000..17fc10a8
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_17.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_2.webp
new file mode 100644
index 00000000..577eb1bf
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_3.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_3.webp
new file mode 100644
index 00000000..2459321e
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_3.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_4.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_4.webp
new file mode 100644
index 00000000..dde83970
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_4.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_5.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_5.webp
new file mode 100644
index 00000000..fb81fcca
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_5.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_6.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_6.webp
new file mode 100644
index 00000000..c7397586
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_6.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_7.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_7.webp
new file mode 100644
index 00000000..b65567b0
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_7.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_8.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_8.webp
new file mode 100644
index 00000000..ef0fe933
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_8.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_9.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_9.webp
new file mode 100644
index 00000000..9837d158
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_9.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_v1.webm b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_v1.webm
new file mode 100644
index 00000000..aaf62cb4
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_v1.webm differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_v1_PREVIEW.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_v1_PREVIEW.webp
new file mode 100644
index 00000000..f072accc
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_signs_v1_PREVIEW.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_3.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_3.webp
new file mode 100644
index 00000000..a3c44e04
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_3.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_4.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_4.webp
new file mode 100644
index 00000000..170f3a51
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_4.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_v1.webm b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_v1.webm
new file mode 100644
index 00000000..e986fdf3
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_v1.webm differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_v1_PREVIEW.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_v1_PREVIEW.webp
new file mode 100644
index 00000000..6151ebe7
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/alifeee_space_v1_PREVIEW.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/kieron_car_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/kieron_car_1.webp
new file mode 100644
index 00000000..fbfff26d
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/kieron_car_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/kieron_car_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/kieron_car_2.webp
new file mode 100644
index 00000000..7c4fef59
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/kieron_car_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v1.webm b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v1.webm
new file mode 100644
index 00000000..85593e91
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v1.webm differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v1_PREVIEW.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v1_PREVIEW.webp
new file mode 100644
index 00000000..93ceb8e0
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v1_PREVIEW.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v2.webm b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v2.webm
new file mode 100644
index 00000000..060b2aca
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v2.webm differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v2_PREVIEW.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v2_PREVIEW.webp
new file mode 100644
index 00000000..fcd3a45f
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/louise_rocketry_v2_PREVIEW.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_1.webp
new file mode 100644
index 00000000..68b05783
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_2.webp
new file mode 100644
index 00000000..9272abd7
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_2.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_v1.webm b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_v1.webm
new file mode 100644
index 00000000..4b9f77df
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_v1.webm differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_v1_PREVIEW.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_v1_PREVIEW.webp
new file mode 100644
index 00000000..a764a064
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/nathen_commodore64_v1_PREVIEW.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/nik_laser_1.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/nik_laser_1.webp
new file mode 100644
index 00000000..136972c6
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/nik_laser_1.webp differ
diff --git a/assets/blog/2025-11-12-month-updates-september-october-2025/nik_laser_2.webp b/assets/blog/2025-11-12-month-updates-september-october-2025/nik_laser_2.webp
new file mode 100644
index 00000000..f7173f9f
Binary files /dev/null and b/assets/blog/2025-11-12-month-updates-september-october-2025/nik_laser_2.webp differ