Skip to content

Commit

Permalink
Create netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao authored Feb 14, 2025
1 parent c5ad9e9 commit c6fa559
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build]
command = "cd exampleSite && hugo --gc --minify -D -b https://blowfish.page"
publish = "exampleSite/public"

[build.environment]
HUGO_VERSION = "0.142.0"
HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo"

0 comments on commit c6fa559

Please sign in to comment.