feat: added logs-feature for website

This commit is contained in:
SindreKjelsrud 2023-06-05 12:31:27 +02:00
parent 88aa7802b2
commit 01dda425c2
8 changed files with 652 additions and 19 deletions

View file

@ -3,4 +3,6 @@ title: "Logs"
date: true
draft: false
---
All my logs, where I keep track of movies, TV shows, video games Ive played and so much more, stored in a JSON-format for this website.
All my logs where I keep track of movies/TV-shows I've watched and books I've read.
I dont use any third-party services for my logs, I store everything in a JSON-format for this website.

View file

@ -0,0 +1,9 @@
---
title: "📚donde, está, la biblioteca."
date: true
draft: false
layout: biblioteca
---
Books I've read. Not a complete list, since I started logging it in JSON in 2023.
**Currently reading:** `Barack Obama: A Promised Land`

View file

@ -1,25 +1,20 @@
---
title: "TV Time"
title: "📺TV Time"
date: true
draft: false
layout: single_tv
---
Movies and TV shows that Ive watched. Not a complete list.
Movies and TV shows that Ive watched. Not a complete list, since I started logging it in JSON in 2023.
```java
```js
Currently watching:
- The Mandalorian S03
- The Last of Us
- Vinland Saga S02
- One Piece (Whole Cake Island arc)
```
<details>
<summary>Rating System</summary>
<dl class=review__rating>
<dt aria-label="1 out of 5 stars">★☆☆☆☆<dd>Awful.
<dt aria-label="2 out of 5 stars">★★☆☆☆<dd>Waste of time..
<dt aria-label="3 out of 5 stars">★★★☆☆<dd>Fine, could've managed without it lol
<dt aria-label="4 out of 5 stars">★★★★☆<dd>Definitely worth a watch.
<dt aria-label="5 out of 5 stars">★★★★★<dd>Must watch!</dl>
</details>
- "Vinland Saga S02E21"
- "Demon Slayer S04E08"
- "Formula 1: Drive to Survive S05E07"
- "Dr. Stone S03E09"
- "One Piece E840"
- "Dragon Ball E89"
On hold:
- "Greys Anatomy S08E06"
```