blogdown 0.13
NEW FEATURES
- Added a global option
blogdown.hugo.args
, which should be a character vector with additional flags to be passed to thehugo
system command viahugo_build()
. For example,options(blogdown.hugo.args = '--minify')
will use minification on the final rendered output. More available flags in the hugo documentation (thanks, @jozefhajnala, #382).