使用 blogdown 时,哪些 Hugo 主题支持独立的 htmlwidgets?

Which Hugo themes support unaided htmlwidgets when using blogdown?

我想知道哪些 Hugo 主题支持 htmlwidgets . I've consulted the latest blogdown documentation, the blogdown questions on Whosebug 并在上周加入了 RStudio 网络广播来回答我的问题,但没有成功。

我问的原因是,乍一看,Hugo 主题似乎比 bootstrap 主题的 Rmarkdown 网站更丰富。然而,在尝试了两个更复杂的主题(即 Creative PortfolioTranquilpeak)之后,我似乎只能获得复杂的 Hugo 主题或功能正常的 htmlwidget,但不能同时获得两者。这很重要,因为与这些努力相关的试验和错误并不小。

作为参考,blogdown 文档说:

If you theme uses the jQuery library, it is also likely that the theme’s jQuery library will conflict with the jQuery library used by a certain HTML widget.

因此我想知道:你们中有人成功地在带有 blogdown 的 Hugo 主题中使用了 htmlwidget 吗?如果是这样,你使用了哪个主题?如果你尝试过但失败了,答案仍然有用,这样我就可以暂时避免使用那个主题。

我意识到 blogdown 仍在进行中,并且对它的发展方向感到兴奋,但假设了解当前最适合 htmlwidgets 的主题会对许多人有益。

一如既往,非常感谢大家的慷慨帮助。

我已经在您提到的 blogdown 书中更新了 the section。简而言之,有两种方法:

  1. 提供一种方法来抑制主题的jQuery;

  2. 或使用widgetframe package (requires this pull request合并后才能与blogdown).