forked from drowl87/hextra_mirror
chore: add netlify.toml
This commit is contained in:
parent
2d62e74e97
commit
49e1e01c6d
10
netlify.toml
Normal file
10
netlify.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[build]
|
||||||
|
publish = "exampleSite/public"
|
||||||
|
command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
||||||
|
|
||||||
|
# Always trigger a rebuild, even if the files haven't changed.
|
||||||
|
# See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
|
||||||
|
ignore = "false"
|
||||||
|
|
||||||
|
[build.environment]
|
||||||
|
HUGO_VERSION = "0.117.0"
|
Loading…
x
Reference in New Issue
Block a user