Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <VincentTam@users.noreply.github.com>2019-08-14 15:40:10 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2019-08-14 15:40:10 +0300
commit8b1684b6c27c51bde5c4bb058e40e288089eb129 (patch)
tree200fb0bbb0ea4cbe7ceda2e1d8d31a1dc54d2ac2 /netlify.toml
parent7dbdfe32b974c84397a2a09dad67523352c0dbdc (diff)
Removed trailing spaces and missing newline at EOF (#170)
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/netlify.toml b/netlify.toml
index 479dd53..32d2915 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,13 +1,13 @@
[Settings]
-# Settings in the [build] context are global and are applied to all contexts
-# unless otherwise overridden by more specific contexts.
+# Settings in the [build] context are global and are applied to all contexts
+# unless otherwise overridden by more specific contexts.
[build]
- # Directory to change to before starting a build.
+ # Directory to change to before starting a build.
# This is where we will look for package.json/.nvmrc/etc.
base = "exampleSite/"
- # Directory (relative to root of your repo) that contains the deploy-ready
+ # Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "docs/"
@@ -15,14 +15,14 @@
# Default build command.
command = "echo 'default context'"
-# Production context: all deploys from the Production branch set in your site's
+# Production context: all deploys from the Production branch set in your site's
# deploy contexts will inherit these settings.
[context.production]
publish = "docs/"
command = "hugo --gc --minify -t ../.. -d ../docs -v -b /"
-# Deploy Preview context: all deploys resulting from a pull/merge request will
+# Deploy Preview context: all deploys resulting from a pull/merge request will
# inherit these settings.
[context.deploy-preview]
publish = "docs/"
- command = "hugo --gc --minify -t ../.. -d ../docs -v -b /" \ No newline at end of file
+ command = "hugo --gc --minify -t ../.. -d ../docs -v -b /"