From d98e8469481db605a6f78a44ba3c59ff22a08dfb Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 5 Oct 2024 11:33:08 +0200 Subject: [PATCH] :recycle: `/moonboard` becomes `/climbboard` with more board-types to log Signed-off-by: SindreKjelsrud --- .../blog/a-new-slash-page-for-websites.md | 2 +- src/pages/logs/climbboard.md | 21 +++++++++++++++++++ src/pages/logs/index.md | 4 ++-- src/pages/logs/moonboard.md | 11 ---------- 4 files changed, 24 insertions(+), 14 deletions(-) create mode 100644 src/pages/logs/climbboard.md delete mode 100644 src/pages/logs/moonboard.md diff --git a/src/content/blog/a-new-slash-page-for-websites.md b/src/content/blog/a-new-slash-page-for-websites.md index 2b74a50..44ffc61 100644 --- a/src/content/blog/a-new-slash-page-for-websites.md +++ b/src/content/blog/a-new-slash-page-for-websites.md @@ -15,4 +15,4 @@ This would either cancel out the need for a third-party service for these topics But, then I thought instead of two new slash-pages for logging your entertainment, we could just introduce one main slash-page which shows all the stuff a person wants to log on their website. -So I introduce the new slash-page `/logs` - which shows what the person is logging on their website. This could be like the entertainment-related topics metioned above, or you can further expand on it and have pages for all your runs, like [James Van Dyne](https://jamesvandyne.com/runs/), or your moonboard sends, like [I do](/logs/moonboard). \ No newline at end of file +So I introduce the new slash-page `/logs` - which shows what the person is logging on their website. This could be like the entertainment-related topics metioned above, or you can further expand on it and have pages for all your runs, like [James Van Dyne](https://jamesvandyne.com/runs/), or your moonboard sends, like [I do](/logs/climbboard). diff --git a/src/pages/logs/climbboard.md b/src/pages/logs/climbboard.md new file mode 100644 index 0000000..c7ccd6b --- /dev/null +++ b/src/pages/logs/climbboard.md @@ -0,0 +1,21 @@ +--- +title: 'Climbboard' +description: '' +layout: "../../layouts/Layout.astro" +--- + +## KilterBoard + +> _**Settings:** Kilter board Original, 12x12 w/ kickboard, non-adjustable angle at a 40° angle, bolt ons + screw ons for hold sets_ + +- **_You Don't Know Me_** (6a): Flash, 02.10.2024 +- **_Floats Your Boat_** (6a): Flash, 02.10.2024 +- **_Bell of the Wall_** (6b): Flash, 02.10.2024 +- **_Can You Ear Me Now?_** (6b+): Flash, 02.10.2024 +- **_Chanel_** (6b+): Flash, 02.10.2024 + +## MoonBoard 2016 + +- **_Klingon Easy_** (6b+): Benchmarked, 2 tries, 02.03.2024 +- **_An easy problem_** (6b+): Benchmarked, Flash, 09.02.2024 +- **_BokChoiBoi_** (6b+): Not benchmarked, 5 tries, 07.02.2024 diff --git a/src/pages/logs/index.md b/src/pages/logs/index.md index 298154c..589dc27 100644 --- a/src/pages/logs/index.md +++ b/src/pages/logs/index.md @@ -3,12 +3,12 @@ title: 'Logs' description: '' layout: "../../layouts/Layout.astro" --- -All my logs where I keep track of stuff I’ve watched, things I’ve read and my moonboard sends. I started tracking in 2023 so the years before that are untracked. +All my logs where I keep track of stuff I’ve watched, things I’ve read and my different climbboard sends. I started tracking in 2023 so the years before that are untracked. I don’t use any third-party services for my logs, I store everything in a JSON-format for this website. [📚 Bookshelf](/logs/bookshelf) -[🧗 MoonBoard](/logs/moonboard) +[🧗 Climboards](/logs/climbboard) [📺 Watchlist](/logs/watchlist) diff --git a/src/pages/logs/moonboard.md b/src/pages/logs/moonboard.md deleted file mode 100644 index 40ce186..0000000 --- a/src/pages/logs/moonboard.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 'MoonBoard' -description: '' -layout: "../../layouts/Layout.astro" ---- - -## 2016 - -- ***Klingon Easy*** (6b+): Benchmarked, 2 tries, 02.03.2024 -- ***An easy problem*** (6b+): Benchmarked, Flash, 09.02.2024 -- ***BokChoiBoi*** (6b+): Not benchmarked, 5 tries, 07.02.2024