feat: whole bunch of shit
This commit is contained in:
28
examples/Article/A dress a day.md
Normal file
28
examples/Article/A dress a day.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
@type: Article
|
||||
author.name: Erin Mckean
|
||||
url: https://dressaday.com/2006/10/20/you-dont-have-to-be-pretty/
|
||||
rating: 5
|
||||
date: December 7, 2023
|
||||
image: https://i0.wp.com/old-dressaday-images.s3-website-us-west-2.amazonaws.com/6a0133ed1b1479970b0134809d9f8b970c.jpg
|
||||
---
|
||||
|
||||
# You Dont Have to Be Pretty – A Dress A Day
|
||||
|
||||
#positivity
|
||||
|
||||

|
||||
|
||||
*image is by [Andy Warhol](http://www.warholfoundation.org/) © 2015 The Andy Warhol Foundation for the Visual Arts, Inc. / Artists Rights Society (ARS), New York*
|
||||
|
||||
So the other day, folks in the comments were [talking about leggings](http://www.dressaday.com/2006/10/open-letter-to-mr-mizrahi.html). I’m pretty agnostic about leggings, but the whole discussion (which centered on the fact that it can be \*really\* hard to look good in leggings) got me thinking about the pervasive idea that women owe it to onlookers to maintain a certain standard of decorativeness.
|
||||
|
||||
Now, this may seem strange from someone who writes about pretty dresses (mostly) every day, but: You Don’t Have to Be Pretty. You don’t _owe_ prettiness to anyone. Not to your boyfriend/spouse/partner, not to your co-workers, especially not to random men on the street. You don’t owe it to your mother, you don’t owe it to your children, you don’t owe it to civilization in general. Prettiness is not a rent you pay for occupying a space marked “female”.
|
||||
|
||||
I’m not saying that you SHOULDN’T be pretty if you want to. (You don’t owe UN-prettiness to feminism, in other words.) Pretty is pleasant, and fun, and satisfying, and makes people smile, often even at you. But in the hierarchy of importance, _pretty_ stands several rungs down from _happy_, is way below _healthy_, and if done as a penance, or an obligation, can be so far away from _independent_ that you may have to squint really hard to see it in the haze.
|
||||
|
||||
But what does you-don’t-have-to-be-pretty mean in practical, everyday terms? It means that you don’t have to apologize for wearing things that are held to be “unflattering” or “unfashionable” — especially if, in fact, they make you happy on some level deeper than just being pretty does. So what if your favorite color isn’t a “good” color on you? So what if you are “too fat” (by some arbitrary measure) for a sleeveless top? If you are clean, are covered enough to avoid a citation for public indecency, and have bandaged any open wounds, you can wear any color or style you please, if it makes you happy.
|
||||
|
||||
I was going to make a handy prettiness decision tree, but pretty much the end of every branch was a bubble that said “tell complainers to go to hell” so it wasn’t much of a tool.
|
||||
|
||||
Pretty, it’s sad to say, can have a shelf life. It’s so tied up with youth that, at some point (if you’re lucky), you’re going to have to graduate from pretty. Sometimes (as in the case with Diana Vreeland, above, you can go so far past pretty that you end up in _stylish_, or even _striking_ (or the fashion-y term _jolie laide_) before you know it. But you won’t get there if you think you have to follow all the signs that say “this way to _Pretty_.” You get there by traveling the route you find most interesting. (And to hell with the naysayers who say “But that’s not PRETTY”!)
|
19
examples/Books/Minimal.md
Normal file
19
examples/Books/Minimal.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Alice
|
||||
datePublished: 2025-08-01
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: Untitled
|
||||
author:
|
||||
@type: Person
|
||||
name: Unknown
|
||||
---
|
||||
|
||||
# Untitled
|
||||
|
||||
## Review
|
||||
A mysterious book that leaves everything to the imagination.
|
18
examples/Books/NoAuthor.md
Normal file
18
examples/Books/NoAuthor.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Eve
|
||||
datePublished: 2025-08-15
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: Anonymous Poems
|
||||
reviewBody: "Short, haunting, and powerful verses."
|
||||
reviewRating: 4/5
|
||||
---
|
||||
|
||||
# Anonymous Poems
|
||||
|
||||
## Review
|
||||
Short, haunting, and powerful verses.
|
19
examples/Books/NoBody.md
Normal file
19
examples/Books/NoBody.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Clara
|
||||
datePublished: 2025-08-10
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: 1984
|
||||
author:
|
||||
@type: Person
|
||||
name: George Orwell
|
||||
reviewRating: 10/10
|
||||
---
|
||||
|
||||
# 1984
|
||||
|
||||
## Review
|
28
examples/Books/NoRating.md
Normal file
28
examples/Books/NoRating.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Bob
|
||||
datePublished: 2025-08-05
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: War and Peace
|
||||
author:
|
||||
@type: Person
|
||||
name: Leo Tolstoy
|
||||
reviewAspect:
|
||||
- Length
|
||||
- Complexity
|
||||
- Characters
|
||||
positiveNotes:
|
||||
- Rich storytelling
|
||||
- Deep philosophical themes
|
||||
negativeNotes:
|
||||
- Overwhelmingly long
|
||||
---
|
||||
|
||||
# War and Peace
|
||||
|
||||
## Review
|
||||
An epic novel that rewards patient readers but can feel exhausting at times.
|
17
examples/Books/TheGreatGatsby.md
Normal file
17
examples/Books/TheGreatGatsby.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
@type: Review
|
||||
author:
|
||||
name: Max Richter
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
author:
|
||||
name: F. Scott Fitzgerald
|
||||
reviewRating: 5
|
||||
---
|
||||
|
||||
# The Great Gatsby
|
||||
|
||||
## Review
|
||||
A brilliant novel that captures the glamour and disillusionment of the Jazz Age.
|
||||
The writing is lyrical and immersive, and the themes of wealth, love, and loss remain relevant today.
|
||||
While some characters come across as emotionally flat, the overall impact is unforgettable.
|
16
examples/Movies/Minimal.md
Normal file
16
examples/Movies/Minimal.md
Normal 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.
|
23
examples/Movies/Negative.md
Normal file
23
examples/Movies/Negative.md
Normal 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 it’s fascinating.
|
22
examples/Movies/NoBody.md
Normal file
22
examples/Movies/NoBody.md
Normal 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
|
24
examples/Movies/Structured.md
Normal file
24
examples/Movies/Structured.md
Normal 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.
|
16
examples/Recipes/baguette.md
Normal file
16
examples/Recipes/baguette.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Baguette
|
||||
|
||||
My favourite baguette recipe
|
||||
|
||||
## Ingredients
|
||||
- Flour
|
||||
- Water
|
||||
- Salt
|
||||
|
||||
## Steps
|
||||
1. Mix Flour Water and Salt
|
||||
2. Bake the bread
|
21
examples/Recipes/cake.md
Normal file
21
examples/Recipes/cake.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Chocolate Cake
|
||||
|
||||
A moist, rich cake for any occasion.
|
||||
|
||||
## Ingredients
|
||||
- 200 g flour
|
||||
- 200 g sugar
|
||||
- 100 g cocoa powder
|
||||
- 3 eggs
|
||||
- 200 ml milk
|
||||
|
||||
## Steps
|
||||
1. Preheat oven to 180°C.
|
||||
2. Mix dry ingredients in a bowl.
|
||||
3. Add eggs and milk, stir until smooth.
|
||||
4. Pour into a cake tin.
|
||||
5. Bake for 35 minutes.
|
20
examples/Recipes/caprese-salad.md
Normal file
20
examples/Recipes/caprese-salad.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Caprese Salad
|
||||
|
||||
A simple Italian starter with tomato, mozzarella, and basil.
|
||||
|
||||
## Ingredients
|
||||
- 2 tomatoes
|
||||
- 125 g mozzarella
|
||||
- Fresh basil
|
||||
- Olive oil
|
||||
- Balsamic vinegar
|
||||
|
||||
## Steps
|
||||
1. Slice tomatoes and mozzarella.
|
||||
2. Arrange on a plate with basil leaves.
|
||||
3. Drizzle with olive oil and balsamic vinegar.
|
||||
4. Serve immediately.
|
18
examples/Recipes/cheese-sandwich.md
Normal file
18
examples/Recipes/cheese-sandwich.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Grilled Cheese Sandwich
|
||||
|
||||
Crispy, golden bread filled with melted cheese.
|
||||
|
||||
## Ingredients
|
||||
- 2 slices bread
|
||||
- 2 slices cheddar
|
||||
- Butter
|
||||
|
||||
## Steps
|
||||
1. Butter the bread slices.
|
||||
2. Place cheese between bread.
|
||||
3. Grill in a pan until golden on both sides.
|
||||
4. Serve hot.
|
20
examples/Recipes/complex.md
Normal file
20
examples/Recipes/complex.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
author.name: Jane Doe
|
||||
author.@type: Organization
|
||||
recipeCategory: ["Dessert", "Vegan", "Quick"]
|
||||
---
|
||||
|
||||
# Vegan Brownies
|
||||
|
||||
Rich chocolate brownies with no animal products.
|
||||
|
||||
## Ingredients
|
||||
- 200 g flour
|
||||
- 100 g cocoa powder
|
||||
- 150 g sugar
|
||||
- 250 ml almond milk
|
||||
|
||||
## Steps
|
||||
1. Mix all dry ingredients.
|
||||
2. Add almond milk and stir into batter.
|
||||
3. Bake at 180°C for 30 minutes.
|
21
examples/Recipes/lentil-curry.md
Normal file
21
examples/Recipes/lentil-curry.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Lentil Curry
|
||||
|
||||
A hearty Indian-inspired curry with red lentils.
|
||||
|
||||
## Ingredients
|
||||
- 200 g red lentils
|
||||
- 1 onion
|
||||
- 2 cloves garlic
|
||||
- 1 tbsp curry powder
|
||||
- 400 ml coconut milk
|
||||
|
||||
## Steps
|
||||
1. Sauté onion and garlic with curry powder.
|
||||
2. Add lentils and coconut milk.
|
||||
3. Simmer for 20 minutes.
|
||||
4. Stir occasionally until thick.
|
||||
5. Serve with rice.
|
23
examples/Recipes/multiline.md
Normal file
23
examples/Recipes/multiline.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Ramen Broth
|
||||
|
||||
A rich broth requiring multiple steps in one ingredient description.
|
||||
|
||||
## Ingredients
|
||||
- Chicken bones, roasted until golden
|
||||
- Water, enough to cover bones
|
||||
- Aromatics:
|
||||
- Onion
|
||||
- Ginger
|
||||
- Garlic
|
||||
- Soy sauce
|
||||
- Mirin
|
||||
|
||||
## Steps
|
||||
1. Roast bones until golden brown.
|
||||
2. Simmer bones with aromatics and water for 4–6 hours.
|
||||
3. Strain broth.
|
||||
4. Add soy sauce and mirin before serving.
|
17
examples/Recipes/optional-fields.md
Normal file
17
examples/Recipes/optional-fields.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
prepTime:
|
||||
cookTime:
|
||||
recipeYield:
|
||||
cookingMethod:
|
||||
---
|
||||
|
||||
# Mystery Dish
|
||||
|
||||
A recipe with missing optional metadata.
|
||||
|
||||
## Ingredients
|
||||
- ???
|
||||
|
||||
## Steps
|
||||
1. ???
|
21
examples/Recipes/pancakes.md
Normal file
21
examples/Recipes/pancakes.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Pancakes
|
||||
|
||||
Fluffy breakfast pancakes perfect with maple syrup.
|
||||
|
||||
## Ingredients
|
||||
- 200 g flour
|
||||
- 2 eggs
|
||||
- 300 ml milk
|
||||
- 1 tsp baking powder
|
||||
- Butter for frying
|
||||
|
||||
## Steps
|
||||
1. Mix flour, baking powder, eggs, and milk into a smooth batter.
|
||||
2. Heat butter in a pan.
|
||||
3. Pour in batter and cook until bubbles form.
|
||||
4. Flip and cook the other side.
|
||||
5. Serve with syrup or fruit.
|
22
examples/Recipes/salad.md
Normal file
22
examples/Recipes/salad.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Greek Salad
|
||||
|
||||
A fresh salad with feta, olives, and crisp vegetables.
|
||||
|
||||
## Ingredients
|
||||
- 2 tomatoes
|
||||
- 1 cucumber
|
||||
- 1 red onion
|
||||
- 100 g feta cheese
|
||||
- Olives
|
||||
- Olive oil and oregano
|
||||
|
||||
## Steps
|
||||
1. Chop tomatoes, cucumber, and onion.
|
||||
2. Mix with olives in a bowl.
|
||||
3. Crumble feta on top.
|
||||
4. Drizzle with olive oil and sprinkle oregano.
|
||||
5. Serve chilled.
|
21
examples/Recipes/spaghetti-carbonara.md
Normal file
21
examples/Recipes/spaghetti-carbonara.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Spaghetti Carbonara
|
||||
|
||||
A creamy Roman pasta classic with pancetta, eggs, and cheese.
|
||||
|
||||
## Ingredients
|
||||
- 200 g spaghetti
|
||||
- 100 g pancetta
|
||||
- 2 eggs
|
||||
- 50 g pecorino romano
|
||||
- Black pepper
|
||||
|
||||
## Steps
|
||||
1. Boil the pasta until al dente.
|
||||
2. Fry pancetta until crisp.
|
||||
3. Whisk eggs and cheese in a bowl.
|
||||
4. Combine hot pasta, pancetta, and egg mixture.
|
||||
5. Season generously with pepper and serve.
|
21
examples/Recipes/stir-fry.md
Normal file
21
examples/Recipes/stir-fry.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Chicken Stir-Fry
|
||||
|
||||
Quick stir-fried chicken with vegetables and soy sauce.
|
||||
|
||||
## Ingredients
|
||||
- 200 g chicken breast
|
||||
- 1 bell pepper
|
||||
- 1 carrot
|
||||
- 2 tbsp soy sauce
|
||||
- 1 tbsp sesame oil
|
||||
|
||||
## Steps
|
||||
1. Slice chicken and vegetables.
|
||||
2. Heat oil in a wok.
|
||||
3. Stir-fry chicken until browned.
|
||||
4. Add vegetables and soy sauce.
|
||||
5. Cook until tender-crisp.
|
21
examples/Recipes/tomato-soup.md
Normal file
21
examples/Recipes/tomato-soup.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
# Tomato Soup
|
||||
|
||||
A simple, comforting soup made from fresh tomatoes.
|
||||
|
||||
## Ingredients
|
||||
- 800 g tomatoes
|
||||
- 1 onion
|
||||
- 2 cloves garlic
|
||||
- Olive oil
|
||||
- Salt and pepper
|
||||
|
||||
## Steps
|
||||
1. Sauté onion and garlic in olive oil.
|
||||
2. Add chopped tomatoes and cook until softened.
|
||||
3. Blend until smooth.
|
||||
4. Simmer for 10 minutes.
|
||||
5. Season and serve warm.
|
21
examples/Recipes/unicode.md
Normal file
21
examples/Recipes/unicode.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
author.name: Max Richter
|
||||
datePublished: 2025-08-17
|
||||
---
|
||||
|
||||
# Crème brûlée
|
||||
|
||||
A French dessert with tricky accents and formatting.
|
||||
|
||||
## Ingredients
|
||||
- 500 ml cream
|
||||
- 100 g sugar
|
||||
- 4 egg yolks
|
||||
- 1 vanilla pod
|
||||
|
||||
## Steps
|
||||
1. Heat cream & vanilla until steaming.
|
||||
2. Whisk yolks + sugar until pale.
|
||||
3. Combine gently → do not curdle!
|
||||
4. Bake in water bath at 150 °C.
|
||||
5. Chill, then caramelize sugar with a torch 🔥.
|
11
examples/Recipes/water.md
Normal file
11
examples/Recipes/water.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
author.name: Max
|
||||
---
|
||||
|
||||
# Water
|
||||
|
||||
## Ingredients
|
||||
- Water
|
||||
|
||||
## Steps
|
||||
1. Drink it
|
Reference in New Issue
Block a user