Added JSON configuration files

This commit is contained in:
2025-09-23 00:46:31 +02:00
parent a9596734e4
commit 4d200e29d4
7 changed files with 320 additions and 0 deletions

15
static/docs/lessons.json Normal file
View File

@@ -0,0 +1,15 @@
{
"lessons": [
["10.09.2025", "Clippies are a blessing"],
["06.09.2025", "Plan before cutting"],
["01.09.2025", "Don't loose your favorite pen :("],
["30.08.2025", "Imagination is evil"],
["25.08.2025", "Who would have guessed that eating hotpot also equals to a hotpot aftermath. Never. again"],
["22.08.2025", "Underpromisse and still underdeliver is a bad strategy"],
["21.08.2025", "As a child I was told I was a void pointer. As an adult I've come to realise that I'm actually a null pointer"],
["20.08.2025", "<img src='../images/headbang.gif' width='80' height='80'>"],
["19.08.2025", "Work is just daycare for adults"],
["14.08.2025", "Is there a cheatcode for infinite motivation? Some have found it, while I'm still searching"],
["13.08.2025", "Maybe don't be lazy '\\^^/'"]
]
}