Change the default directory for blogdown posts
问题 Posts for the Hugo theme I am using are in the /content/blog directory, whereas the default for new posts created with blogdown::new_post() is the /content/post directory. From looking at the function definition, there is a global option to change the directory new posts are saved to (the help indicates this, too): new_post(title, kind = "default", open = interactive(), author = getOption("blogdown.author"), categories = NULL, tags = NULL, date = Sys.Date(), file = NULL, slug = NULL, subdir =