2023-08-28 15:55:27 +00:00
|
|
|
# example netlify.toml
|
|
|
|
[build]
|
|
|
|
command = "hugo"
|
|
|
|
functions = "netlify/functions"
|
|
|
|
publish = "public"
|
|
|
|
|
2023-08-28 19:18:05 +00:00
|
|
|
[build.environment]
|
|
|
|
HUGO_VERSION = "0.116.1"
|
|
|
|
|
2023-08-28 15:55:27 +00:00
|
|
|
[dev]
|
|
|
|
command = "hugo server"
|
2023-08-28 19:18:05 +00:00
|
|
|
port = 3000
|
2023-08-28 15:55:27 +00:00
|
|
|
publish = "public"
|