feat: whole bunch of shit

This commit is contained in:
Max Richter
2025-08-17 16:35:52 +02:00
parent 69c2550f44
commit b3c01bb43d
36 changed files with 878 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Frank
datePublished: 2025-08-01
itemReviewed:
@type: Movie
name: Untitled Film
---
# Untitled Film
## Review
Unclear, experimental, and strange.

View File

@@ -0,0 +1,23 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Grace
datePublished: 2025-08-02
itemReviewed:
@type: Movie
name: The Room
author:
@type: Person
name: Tommy Wiseau
negativeNotes:
- Awkward dialogue
- Strange pacing
- Inconsistent acting
---
# The Room
## Review
So bad its fascinating.

22
examples/Movies/NoBody.md Normal file
View File

@@ -0,0 +1,22 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Jack
datePublished: 2025-08-06
itemReviewed:
@type: Movie
name: Blade Runner
author:
@type: Person
name: Ridley Scott
reviewRating: 4.5/5
reviewAspect:
- Atmosphere
- Visual style
---
# Blade Runner
## Review

View File

@@ -0,0 +1,24 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Henry
datePublished: 2025-08-03
itemReviewed:
@type: Movie
name: Inception
author:
@type: Person
name: Christopher Nolan
reviewAspect:
- Story
- Visuals
- Soundtrack
reviewRating: 9/10
---
# Inception
## Review
A mind-bending thriller that keeps you hooked.