Uses Hugo Lithium theme.
Easiest way to add stuff is in the content/_index.md
file.
The site has to be built manually into the docs/
folder
in order for GitHub Pages to build it.
One approach to building the website is with the R package hugodown. Install it with:
remotes::install_github("r-lib/hugodown")
And then to preview the site use:
hugodown::hugo_start()
And to build the site to docs/
hugodown::hugo_build(dest = "docs")
Any changes to the website layout needs to be done in the HTML files
in layout
and with the CSS in the static/main.css
file.