From f82e92459ee6b54937825cbe882fa67fd86fca46 Mon Sep 17 00:00:00 2001
From: loikein <wanleiqiong@gmail.com>
Date: Mon, 1 May 2023 17:27:18 +0100
Subject: [PATCH] add netlify.toml

---
 netlify.toml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 netlify.toml

diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..bb3a3d6
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,6 @@
+[build]
+command = "hugo -s exampleSite --minify --gc"
+publish = "exampleSite/public"
+
+[build.environment]
+HUGO_THEME = "hugo-tufte"