blogdown 1.11
-
blogdown::check_site()
also checksindex.Rmd
in the website root directory now (thanks, @maelle, #719). -
The
build_rmd
argument ofblogdown::build_site()
also accepts absolute paths under thecontent
directory now (thanks, @maelle, #717). -
Fixed a bug that
blogdown::serve_site()
fails with theignoreErrors
option is configured as an array inconfig.yaml
(thanks, @CongLiu-CN, #714). -
Fixed a bug for multilingual sites that have separate
contentDir
settings for each language, in which caseblogdown::new_post()
and the "New Post" addin in RStudio may create new post files in wrong locations (thanks, @pensivedog, #712). -
Fixed an issue with the
wowchemy/starter-hugo-online-course
theme (thanks, @bayeslearner, #722). -
Archetypes in modules were not found previously in the "New Post" addin (thanks, @atakanekiz, #670).
-
blogdown::install_theme()
works with themes that containgit
submodules now (thanks, @pensivedog, #712). -
The global option
blogdown.warn.future
has been removed. It was originally introduced in blogdown 0.12 to warn against posts that have dates in the future, which can cause posts to be ignored by Hugo. This option was removed becauseblogdown::check_site()
can identify this problem. -
Fixed a problem with the "New Post" addin in RStudio (thanks, @pingao777, #394). It did not work for sites that are not based on Hugo (e.g., Jekyll or Hexo).