Look through https://gohugo.io/content-management/front-matter/ and see what makes sense (and is easy) to support.
Some of these might not need explicit support, but could just be added to documentation.
After skimming the list:
- date (parsed to
datetime, could be used by url?)
- draft (parsed to
bool, respected by output command?)
- tags (parsed into list of strings) (there is also categories, but it seems duplicative to me?)
- keywords (parsed into list of strings)
- publishDate (parsed in
datetime, respected by output command)
- slug (overrides file name slug)
- description
Look through https://gohugo.io/content-management/front-matter/ and see what makes sense (and is easy) to support.
Some of these might not need explicit support, but could just be added to documentation.
After skimming the list:
datetime, could be used by url?)bool, respected by output command?)datetime, respected by output command)