Compare commits

...

2 commits

Author SHA1 Message Date
90798476a9
quotes: Add new quotes
Some checks failed
Deploy website / build-and-deploy (push) Has been cancelled
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-12-06 13:07:48 +01:00
60f7303ab0
watchlist: Add "The Big Bang Theory S12" & "Step Up"
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-12-06 13:06:28 +01:00
2 changed files with 31 additions and 1 deletions

View file

@ -1,4 +1,12 @@
[
{
"quote": "What we obtain too cheaply we esteem too lightly",
"author": "Thomas Pain"
},
{
"quote": "Does one need to small flowers more quickly, more efficiently?",
"author": "MecklesFrog"
},
{
"quote": "Be curious, not judgemental",
"author": "Walt Whitman (Ted Lasso)"

View file

@ -12,7 +12,7 @@
"type": "anime"
},
{
"title": "The Big Bang Theory S12",
"title": "Mr. Robot S01",
"type": "series"
}
]
@ -21,6 +21,28 @@
"name": "Watched",
"url": "https://kjelsrud.dev/logs/watchlist/",
"tv": [
{
"title": "Step Up",
"type": "movie",
"date": {
"year": "2025",
"month": "12",
"day": "05",
"string": "2025-12-05"
},
"rating": 4
},
{
"title": "The Big Bang Theory S12",
"type": "series",
"date": {
"year": "2025",
"month": "12",
"day": "04",
"string": "2025-12-04"
},
"rating": 5
},
{
"title": "Avatar: The Last Airbender S03",
"type": "series",