hugo/parser/metadecoders
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
..
decoder.go Refactor Org mode front matter: Introduce '#+KEY[]:' array notation 2019-06-08 10:13:00 +02:00
decoder_test.go Run gofmt -s 2019-03-23 20:15:06 +01:00
format.go Rename CSV option from comma to delimiter 2018-12-23 21:09:09 +01:00
format_test.go Add CSV support to transform.Unmarshal 2018-12-23 16:33:21 +01:00