From 3edbf07f0ca3906ee0e88d1b1075185d7f3b992f Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 6 Nov 2025 11:31:06 +0100 Subject: [PATCH 1/3] climbboard: Add 3 new sends Signed-off-by: SindreKjelsrud --- src/pages/logs/climbboard.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/logs/climbboard.md b/src/pages/logs/climbboard.md index 12b2b6a..5ba47cc 100644 --- a/src/pages/logs/climbboard.md +++ b/src/pages/logs/climbboard.md @@ -8,6 +8,9 @@ layout: "../../layouts/Layout.astro" > _**Settings:** Kilter board Original, 12x12 w/ kickboard, non-adjustable angle at a 40° angle, bolt ons + screw ons for hold sets_ +- **_Sure 2_** (6a): Flash, 04.11.2025 +- **_it's a beautiful morning_** (6b): Flash, 01.11.2025 +- **_Jug Skin_** (6a+): Flash, 01.11.2025 - **_kuk_** (6b+): 2 tries, 19.02.2025 - **_Christian Minecraft server_** (6c): 4 tries, 19.02.2025 - **_Boot Spur_** (6b): 2 tries, 26.10.2024 From ced0e1b341d88f8629668a7ce2f035698cc86ba5 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Fri, 7 Nov 2025 08:00:34 +0100 Subject: [PATCH 2/3] watchlist: Add "No Other Land" & "Avatar: The Last Airbender S02" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 4c12149..d6c91cf 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -16,7 +16,7 @@ "type": "series" }, { - "title": "Avatar: The Last Airbender S02", + "title": "Avatar: The Last Airbender S03", "type": "series" } ] @@ -25,6 +25,28 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Avatar: The Last Airbender S02", + "type": "series", + "date": { + "year": "2025", + "month": "10", + "day": "28", + "string": "2025-10-28" + }, + "rating": 4 + }, + { + "title": "No Other Land", + "type": "movie", + "date": { + "year": "2025", + "month": "10", + "day": "26", + "string": "2025-10-26" + }, + "rating": 5 + }, { "title": "Under overflaten", "type": "series", From e154b38f313e4d6be6d435fa34ad4ebaeb870918 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Fri, 7 Nov 2025 08:01:10 +0100 Subject: [PATCH 3/3] bookshelf: Add "Fourth Wing" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index b0ebf7c..d9afd84 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -8,14 +8,14 @@ "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ { - "title": "Interpretation of the Meanings of The Noble Qur'ân", + "title": "Interpretation of the Meanings of The Noble Qur'ân (paused)", "isbn": null, "author": "Muhammad Taqi-ud-Din al-Hilali, Muhammad Muhsin Khan" }, { - "title": "Fourth Wing", - "isbn": 9780349437019, - "author": "Rebecca Yarros" + "title": "The Age of Surveillance Capitalism", + "isbn": 9781781256855, + "author": "Shoshana Zuboff" } ] }, @@ -37,11 +37,6 @@ "title": "The Hobbit", "isbn": 9780007487288, "author": "J.R.R. Tolkien" - }, - { - "title": "The Age of Surveillance Capitalism", - "isbn": 9781781256855, - "author": "Shoshana Zuboff" } ] }, @@ -49,6 +44,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Fourth Wing", + "isbn": 9780349437019, + "author": "Rebecca Yarros", + "date": { + "year": "2025", + "month": "10", + "day": "28", + "string": "2025-10-28" + }, + "rating": 5 + }, { "title": "One Piece: Vol. 114", "isbn": null,