diff --git a/render.R b/render.R deleted file mode 100644 index 1f524d11..00000000 --- a/render.R +++ /dev/null @@ -1,10 +0,0 @@ -source(file.path("R", "functions.R")) - -# Fist build the footer to capture today's date -create_footer() - -# Build pages for "research" folder -make_research_pages() - -# Then render the site -rmarkdown::render_site(encoding = 'UTF-8')