32 lines
515 B
Plaintext
32 lines
515 B
Plaintext
---
|
|
{
|
|
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
|
|
- path: articleSection
|
|
}
|
|
---
|
|
|
|
# { headline }
|
|
{ keywords | hashtags }
|
|
|
|
{ articleBody }
|