From 8b3cc024a40028c549e06a2d9dcdef2961dcbc5b Mon Sep 17 00:00:00 2001 From: "roneo.org" Date: Sun, 11 Jul 2021 10:59:24 +0200 Subject: Add config for Netlify deploy Ref: https://gohugo.io/hosting-and-deployment/hosting-on-netlify/ --- 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 0000000..f248a9f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] + publish = "exampleSite/public" + command = "cd exampleSite && hugo --gc --themesDir ../.." + +[build.environment] + HUGO_VERSION = "0.79.0" + HUGO_THEME = "repo" + HUGO_BASEURL = "/" -- cgit v1.2.3