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

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