summaryrefslogtreecommitdiffstats
path: root/t/fmt/txt-markdown/YamlFrontMatter.norm
blob: 30681f5a971425357d254640e5bd232c4de16de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
author: test
bool: false
include_newlines: "exactly as you see\nwill appear these three\nlines of poetry\n"
people:
  - 
    alive: true
    hobbies:
      - 'Amateur radio'
      - 'Pet adoption & fostering'
      - Puzzle
    job: Developer
    name: "John D'vloper"
  - 
    hobbies:
      - 'Ice skating'
      - 'Water polo'
      - Caving
    job: Developer
    name: 'Tabitha Bitumen'
tags:
  - yaml
  - markdown
title: 'YAML: does it fit in Markdown?'
wrappedtext: "this is really a single line of text despite appearances\n"
---

# YAML: does it fit in Markdown?

Lots of Static Site Generators like Jekyll, Hugo, Lektor and more use a
standard format: Markdown with YAML Front Matter.

Why
---

Because blog posts need metadata!