diff --git a/README.md b/README.md
index 491a0e4..9d4b140 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ Smaller scripts will be included directly in this repository
- [RIVET](#rivet)
- [Chronos](#chronos)
- [Circuiteria](#circuiteria)
+- [Jumble](#jumble)
- [Functastic](#functastic)
- [Math tools](#math-tools)
- [Sankeynoa](#sankeynoa)
@@ -20,6 +21,7 @@ Smaller scripts will be included directly in this repository
- [Leetcode trees](#leetcode-trees)
- [Cafeteria menus](#cafeteria-menus)
- [Advent of Code](#advent-of-code)
+- [Blobs](#blobs)
## RIVET
@@ -58,6 +60,18 @@ Drawing block circuits with Typst made easy, using CeTZ
+## Jumble
+*Links*:
+[Repo](https://git.kb28.ch/HEL/jumble) /
+[Universe](https://typst.app/universe/package/jumble)
+
+*Description*:
+A Typst package providing some hash functions and related stuff
+
+
+
+
+
## Functastic
*Links*:
[Repo](https://git.kb28.ch/HEL/functastic)
@@ -157,5 +171,13 @@ My attempt at Advent of Code (2024)
+## Blobs
+*Links*:
+[Directory](./misc/blobs/)
+*Description*:
+Function to make some blobs in a CeTZ canvas
+
+
+
diff --git a/images/blobs.png b/images/blobs.png
new file mode 100644
index 0000000..c571e30
Binary files /dev/null and b/images/blobs.png differ
diff --git a/images/jumble.png b/images/jumble.png
new file mode 100644
index 0000000..2944b53
Binary files /dev/null and b/images/jumble.png differ