hugo/parser
Niklas Fasching fad183c4ae Refactor Org mode front matter: Introduce '#+KEY[]:' array notation
Hugo requires some front matter values to be arrays (e.g. for taxonomies).
Org mode front matter syntax (`#+KEY: VALUE`) does however not support anything
but string values normally - which is why goorgeous hardcoded the values for
the keys tags, categories & aliases to be parsed as string arrays. This causes
problems with custom taxonomies.

A simple thing we can do instead is make keywords ending in '[]' be parsed as
string arrays.
2019-06-08 10:13:00 +02:00
..
metadecoders Refactor Org mode front matter: Introduce '#+KEY[]:' array notation 2019-06-08 10:13:00 +02:00
pageparser all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
frontmatter.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
frontmatter_test.go Convert the rest to new page parser code paths 2018-10-22 20:46:14 +02:00