diff --git a/.Rprofile b/.Rprofile index 2e33d392..aed13d31 100644 --- a/.Rprofile +++ b/.Rprofile @@ -3,13 +3,9 @@ if (file.exists("~/.Rprofile")) { } options( - blogdown.author = "Alison Hill", - blogdown.ext = ".Rmarkdown", blogdown.subdir = "post", - blogdown.yaml.empty = TRUE, blogdown.new_bundle = TRUE, blogdown.title_case = TRUE, - blogdown.hugo.version = "0.79.0", - blogdown.knit.on_save = FALSE, - blogdown.files_filter = blogdown:::md5sum_filter + blogdown.hugo.version = "0.80.0", + blogdown.knit.on_save = FALSE ) diff --git a/netlify.toml b/netlify.toml index 8f215a4e..099cd9b6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,19 +3,18 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.79.0" + HUGO_VERSION = "0.80.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" - + [context.branch-deploy.environment] - HUGO_VERSION = "0.79.0" + HUGO_VERSION = "0.80.0" [context.deploy-preview.environment] - HUGO_VERSION = "0.79.0" - + HUGO_VERSION = "0.80.0" + [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL --buildFuture" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL --buildFuture" - \ No newline at end of file