From c6fa55916e7528ece8fcb2615285724ca10f7059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 14 Feb 2025 18:06:54 +0000 Subject: [PATCH] Create netlify.toml --- netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..7ac74209 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] + command = "cd exampleSite && hugo --gc --minify -D -b https://blowfish.page" + publish = "exampleSite/public" + +[build.environment] +HUGO_VERSION = "0.142.0" +HUGO_THEMESDIR = "../.." +HUGO_THEME = "repo"