diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..65b68b6 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,18 @@ +[build] + publish = "public" + command = "hugo" + +[context.production.environment] + HUGO_VERSION = "v0.121.1" + +[[plugins]] + package = "@netlify/plugin-hugo" + +[[plugins]] + package = "netlify-plugin-github-nested" + [plugins.inputs] + repo = "theNewDynamic/gohugo-theme-ananke" + branch = "main" # Change to the branch you want to use + +[context.production] + command = "hugo --gc --minify"