This commit is contained in:
Max Richter
2025-09-25 16:41:26 +02:00
parent 3f0d25f935
commit b13d5015f4
75 changed files with 3881 additions and 141 deletions

View File

@@ -1,3 +1,3 @@
module git.max-richter.dev/max/marka/registry
go 1.25.1
go 1.24.7

View File

@@ -3,20 +3,16 @@
path: .
codec: yaml
fields:
- path: "@context"
codec: const
value: https://schema.org
hidden: true
- path: "@schema"
- path: "_schema"
codec: const
value: Article
hidden: true
- path: "@type"
- path: "_type"
codec: const
value: Article
- path: image
- path: author.name
- path: author.@type
- path: author._type
codec: const
value: Person
hidden: true

View File

@@ -3,19 +3,16 @@
path: .
codec: yaml
fields:
- path: "@context"
codec: const
value: https://schema.org
hidden: true
- path: "@schema"
- path: "_schema"
codec: const
value: Recipe
hidden: true
- path: "@type"
- path: "_type"
codec: const
value: Recipe
hidden: true
- path: image
- path: author.@type
- path: author._type
codec: const
hidden: true
value: Person
@@ -33,7 +30,7 @@
---
# { name | text }
{ keywords | hashtags }
{ keywords | hashtags,optional }
{ description | text }

View File

@@ -3,21 +3,17 @@
path: .
codec: yaml
fields:
- path: "@context"
codec: const
value: https://schema.org
hidden: true
- path: "@schema"
- path: "_schema"
codec: const
value: Review
hidden: true
- path: "@type"
- path: "_type"
codec: const
value: Review
- path: tmdbId
- path: image
- path: author.name
- path: author.@type
- path: author._type
codec: const
value: Person
hidden: true

View File

@@ -3,6 +3,6 @@
path: .
codec: yaml
fields:
- path: "@type"
- path: "_type"
}
---