# example netlify.toml [build] command = "hugo" functions = "netlify/functions" publish = "public" [dev] command = "hugo server" port = 1313 publish = "public"