summaryrefslogtreecommitdiffstats
path: root/t/fmt/txt-markdown/YamlFrontMatter_Options.norm
blob: 03654cde82eddd5aa2644fc8f6ee65073ce8ad88 (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
---
author: test
numeric_ignored_value: 22
paragraph: "Some text to translate, please.\n"
people:
  - 
    hobbies:
      - 'Amateur radio'
      - 'Pet adoption & fostering'
      - Puzzle
    name: "John D'vloper"
    title: Developer
  - 
    hobbies:
      - 'Ice skating'
      - 'Water polo'
      - Caving
    name: 'Tabitha Bitumen'
    title: Developer
subtitle: 'I mean: why not?'
tags:
  - yaml
  - markdown
title: 'YAML: does it fit in Markdown?'
---

# 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!