diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2019-04-29 00:17:20 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2019-04-29 00:17:20 +0100 |
| commit | 45a2731b7547ae6e92b4dab8e1f4dd0ea21ad486 (patch) | |
| tree | a9b98fdc00c02005c29fb4248a6c254127124310 /config.toml | |
| parent | 49f746f1ee9205c4028bdc8f18aa888367eb3ddb (diff) | |
Try different configuration for deployment.
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 8 |
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" + |
