big tings

This commit is contained in:
Max Richter
2025-08-17 15:16:17 +02:00
parent 40b9be887d
commit c687eff53d
958 changed files with 32279 additions and 704 deletions

View File

@@ -3,7 +3,12 @@
path: .
codec: yaml
fields:
- path: name
- path: "@context"
codec: const
value: https://schema.org
- path: "@type"
codec: const
value: Recipe
- path: image
- path: author.@type
codec: const
@@ -25,8 +30,7 @@
path: recipeIngredient
codec: list
required: true
item:
template: "- { . }"
listTemplate: "- { . }"
}
## Steps
@@ -34,6 +38,5 @@
path: recipeInstructions
codec: list
required: true
item:
template: "{ @index }. { . }"
listTemplate: "{ @index }. { . }"
}

View File

@@ -0,0 +1,10 @@
---
{
path: .
codec: yaml
fields:
- path: "@type"
codec: const
value: Recipe
}
---