summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml8
-rw-r--r--netlify.toml7
2 files changed, 8 insertions, 7 deletions
diff --git a/config.toml b/config.toml
index 1edc32a..0a931af 100644
--- a/config.toml
+++ b/config.toml
@@ -23,3 +23,11 @@ enableRobotsTXT = true
[blackfriday]
extensionsmask = ["autolink"]
+
+[build]
+ publish = "public"
+ command = "hugo --gc --minify"
+
+[context.production.environment]
+ HUGO_VERSION = "0.20"
+
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index 704b99b..0000000
--- a/netlify.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[build]
- publish = "public"
- command = "hugo --gc --minify"
-
-[context.production.environment]
- HUGO_VERSION = "0.20"
-