summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 8 insertions, 0 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"
+