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

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2021-05-07 00:11:15 +0300
committerweru <fromweru@gmail.com>2021-05-07 00:11:15 +0300
commit4f2c030577535fcf27ab964bc98ee24c7ef46623 (patch)
treea94c19fa26692205782b55a926d171ec09b3b357 /exampleSite
parent600d54dc04fe3c588e6d60453633d100eb3e138a (diff)
update module
Signed-off-by: weru <fromweru@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/posts/.gitkeep0
-rw-r--r--exampleSite/go.mod2
-rw-r--r--exampleSite/go.sum2
-rw-r--r--exampleSite/netlify.toml8
4 files changed, 7 insertions, 5 deletions
diff --git a/exampleSite/content/posts/.gitkeep b/exampleSite/content/posts/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/content/posts/.gitkeep
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index b20f307..3bfc527 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@ module compose-exampleSite
go 1.15
-require github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd // indirect
+require github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 0916ecc..61596ec 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -168,3 +168,5 @@ github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9 h1:sAZZceW6Uq/2ZrKO
github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd h1:V7uk7wLlMZExjXZ7NgKETWK8HY6rAy5gUAmKejrdOYw=
github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe h1:Jl+mf1hdTD0aOBmQTHqxd1FOWi64HpVUNMOByh+lrI4=
+github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 425aaf8..b098d10 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -4,7 +4,7 @@ publish = "public"
command = "hugo --gc --minify --baseURL https://docs.neuralvibes.com/"
[context.production.environment]
-HUGO_VERSION = "0.79.1"
+HUGO_VERSION = "0.83.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -12,20 +12,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --gc --minify --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.79.1"
+HUGO_VERSION = "0.83.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.79.1"
+HUGO_VERSION = "0.83.1"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.79.1"
+HUGO_VERSION = "0.83.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"