install the remotes package, install.packages("remotes)
install the hugodown package from my fork if you are brave, remotes::install_github("maelle/hugodown@vanilla")
hugodown::create_site_vanilla()
. Be happy to see everything happening automatically ✨
hugodown::hugo_start(render_to_disk = TRUE)
, open localhost in the browser.
Change homepage
hugodown::use_post("post/new-rmd-post")
, knit, see post.
say there will probably be other themes later. show Hugo theme gallery and how I would choose themes.
add Twitter metadata
tweak one CSS thing in custom.css
usethis::use_github()
, hugodown::use_netlify_toml()
, go to Netlify interface.
add URL to config