feat: renderer
This commit is contained in:
29
registry/templates/Article.marka
Normal file
29
registry/templates/Article.marka
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
{
|
||||
path: .
|
||||
codec: yaml
|
||||
fields:
|
||||
- path: "@context"
|
||||
codec: const
|
||||
value: https://schema.org
|
||||
hidden: true
|
||||
- path: "@schema"
|
||||
codec: const
|
||||
value: Article
|
||||
hidden: true
|
||||
- path: "@type"
|
||||
codec: const
|
||||
value: Article
|
||||
- path: image
|
||||
- path: author.name
|
||||
- path: author.@type
|
||||
codec: const
|
||||
value: Person
|
||||
hidden: true
|
||||
- path: datePublished
|
||||
}
|
||||
---
|
||||
|
||||
# { .headline }
|
||||
|
||||
{ .articleBody }
|
Reference in New Issue
Block a user