The rOpenGov blogdown homepage; built with blogdown.
Build the site with R following the instructions below, the website will then appears in (public/) directory. If you push to git main branch, the changes become visible in 1-2 minutes in ropengov.org. The site rebuilds from source code, hence a local build is used only for testing purposes before push.
Build the site in R with:
blogdown::build_site()
Launch the site locally in R with:
blogdown::serve_site()
For more info, see blogdown manual.