Jekyll/Liquid – how to add large blocks of text to YAML front matter?
Yaml syntax for multi-line strings is this one: body: | This is a multi-line string. “special” metacharacters may appear here. The extent of this string is indicated by indentation. Notice that the first line must be an space followed by the | character and a new line. Then you must indent the text one level … Read more