build_site.R

source(file.path("R", "functions.R"))

# First build the footer to capture today's date
create_footer()

# Then render the site
rmarkdown::render_site(encoding = 'UTF-8')

# Then copy in the redirects file
fs::file_copy("_redirects", "_site/_redirects")
seabbs/seabbs.github.io documentation built on June 1, 2025, 4:09 p.m.