Skip to content

Commit

Permalink
fix build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Jan 4, 2023
1 parent 1c5db8f commit 907900e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ options(
blogdown.new_bundle = TRUE,
blogdown.knit.on_save = FALSE,
blogdown.ext = ".Rmd",
blogdown.subdir = "post",
blogdown.subdir = "blog",
blogdown.title_case = TRUE,
blogdown.hugo.version = "0.101.0"
)
88 changes: 0 additions & 88 deletions config.toml

This file was deleted.

17 changes: 1 addition & 16 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@

[build]
publish = "public"
publish = "build"
command = "hugo"

[context.production.environment]
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.80.0"
HUGO_ENV = "production"

[context.deploy-preview]
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.80.0"

[context.branch-deploy]
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.80.0"



0 comments on commit 907900e

Please sign in to comment.