Hugo: YAML not rendered in ouput md file
Brought to you by:
brudis
Originally created by: mwhitaker
Originally owned by: hrbrmstr
I am sure there is a reason why you left out the preserve_yaml argument in the md_document function in hugo.R, but am wondering if there might be a way to set additional values in the front matter of the Rmd file that are preserved for use in Hugo.
Originally posted by: hrbrmstr
Nope :-) I was just experimenting. I'll work on adding this ASAP.
Originally posted by: mwhitaker
You know, what I think happens when you set
preserve_yaml=TRUEis that the front matter gets duplicated:Btw, wanted to thank you for the cool package. Hugo in particular is very cool.
Originally posted by: ldecicco-USGS
To chime in on a similar enhancement request...I'd love to add custom tags or categories or parameters to the header. For example, I would like to add something like:
to get:
Maybe this capability exists, and I've just been doing it wrong, but if not, I bet it would be really useful.