Skip to content

Commit 961602b

Browse files
committed
Attempt to configure Netlify deployment.
I have no idea if this will work for specifying the Hugo extended version. https://docs.netlify.com/configure-builds/file-based-configuration/#sample-file
1 parent ca7cf3b commit 961602b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build]
2+
command = "hugo"
3+
publish = "public/"
4+
environment = { HUGO_VERSION = "0.72.0" }

0 commit comments

Comments
 (0)