Skip to content

Commit

Permalink
bump hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
apreshill committed Mar 16, 2021
1 parent 9d773b7 commit d54d4de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
11 changes: 5 additions & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d54d4de

Please sign in to comment.