From e6014430827266c73b6b74ae33dbf87fc7ebe50f Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Tue, 12 Mar 2019 00:21:52 +0800 Subject: [PATCH] 1 --- docs/netlify.toml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/netlify.toml b/docs/netlify.toml index 4aff2b02..e69de29b 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,24 +0,0 @@ -[build] - publish = "iotsharp/public" - command = "hugo -s iotsharp" - -[build.environment] - HUGO_THEME = "repo" - HUGO_THEMESDIR = "/opt/build" - HUGO_VERSION = "0.50" - -[context.production.environment] - HUGO_BASEURL = "https://docs.iotsharp.io/" - -[context.deploy-preview] - command = "hugo -s iotsharp -b $DEPLOY_PRIME_URL" - -[context.deploy-preview.environment] - HUGO_ENABLEGITINFO = "true" - -[context.branch-deplpy] - command = "hugo -s iotsharp -b $DEPLOY_PRIME_URL" - -[context.branch-deploy.environment] - HUGO_ENABLEGITINFO = "true" - -- GitLab