hugo_installers | R Documentation |
Given a version number, return the information of available installers. If
install_hugo()
fails, you may run this function to check the
available installers and obtain their os
/arch
info.
hugo_installers(version = "latest")
version |
A version number. The default is to automatically detect the latest version. Versions before v0.17 are not supported. |
A data frame containing columns os
(operating system),
arch
(architecture), and extended
(extended version or not).
If your R version is lower than 4.1.0, a character vector of the installer
filenames will be returned instead.
blogdown::hugo_installers()
blogdown::hugo_installers("0.89.0")
blogdown::hugo_installers("0.17")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.