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

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Taillandier <frank@forestry.io>2020-01-23 16:22:46 +0300
committerGitHub <noreply@github.com>2020-01-23 16:22:46 +0300
commit04d536bc98e9430c69a21a4f890519f551faa6cd (patch)
tree5ffc9bb199e0f5024c469232635ac999d8856c97
parent8a76a9e395440d2d40570bac189ab66365446cfe (diff)
parent7b56ad6162229bd8b80f49a78afc24d656780063 (diff)
Merge pull request #11 from budparr/add-netlify-config
Add netlify config
-rw-r--r--netlify.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..2f109d9
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,14 @@
+[build]
+publish = "public"
+command = "hugo --gc --minify"
+
+
+[build.environment]
+HUGO_VERSION = "0.62.2"
+
+
+
+
+# This is a starter template for Netlify builds. See the following links for more:
+# https://www.netlify.com/docs/continuous-deployment/#deploy-contexts
+# https://www.netlify.com/blog/2017/04/11/netlify-plus-hugo-0.20-and-beyond/