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 | |
| parent | 49f746f1ee9205c4028bdc8f18aa888367eb3ddb (diff) | |
Try different configuration for deployment.
| -rw-r--r-- | config.toml | 8 | ||||
| -rw-r--r-- | netlify.toml | 7 |
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" - |
