♻️ /moonboard
becomes /climbboard
with more board-types to log
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
a0550a258d
commit
d98e846948
4 changed files with 24 additions and 14 deletions
|
@ -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).
|
||||
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).
|
||||
|
|
21
src/pages/logs/climbboard.md
Normal file
21
src/pages/logs/climbboard.md
Normal file
|
@ -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
|
|
@ -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)
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue