added MoonBoard-log

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-02-25 13:19:10 +01:00
parent 5ba9761028
commit 52db5a807d
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
5 changed files with 63 additions and 2 deletions

32
src/data/moonboard.json Normal file
View file

@ -0,0 +1,32 @@
{
"2016": [
{
"route":"BokChoiBoi",
"grade":"6B+",
"benchmark":false,
"tries":5,
"image":"/img/moonboard_2016/bokchoiboi.png",
"date":
{
"year": "2024",
"month": "02",
"day": "07",
"string": "07.02.2024"
}
},
{
"route":"An easy problem",
"grade":"6B+",
"benchmark":true,
"tries":1,
"image":"/img/moonboard_2016/aneasyproblem.png",
"date":
{
"year": "2024",
"month": "02",
"day": "09",
"string": "09.02.2024"
}
}
]
}