We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3ae7a + d66765e commit 77b0a9dCopy full SHA for 77b0a9d
netlify.toml
@@ -0,0 +1,24 @@
1
+[build]
2
+ publish = "exampleSite/public"
3
+ command = "hugo -s exampleSite"
4
+
5
+[build.environment]
6
+ HUGO_THEME = "repo"
7
+ HUGO_THEMESDIR = "/opt/build"
8
+ HUGO_VERSION = "0.50"
9
10
+[context.production.environment]
11
+ HUGO_BASEURL = "https://learn.netlify.com/"
12
13
+[context.deploy-preview]
14
+ command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
15
16
+[context.deploy-preview.environment]
17
+ HUGO_ENABLEGITINFO = "true"
18
19
+[context.branch-deplpy]
20
21
22
+[context.branch-deploy.environment]
23
24
0 commit comments