diff --git a/R/hugo.R b/R/hugo.R index 6e9aef4b..8d7c74d3 100644 --- a/R/hugo.R +++ b/R/hugo.R @@ -32,6 +32,7 @@ hugo_build = function(local = FALSE) { if (local) tweak_hugo_env() hugo_cmd(c( if (local) c('-b', site_base_dir(), '-D', '-F'), + getOption('blogdown.hugo.args'), '-d', shQuote(publish_dir(config)), theme_flag(config) )) }