mirror of https://github.com/onweru/compose.git

weru
29.35.2023 1a6fdf0fcab8964e403256d85d1a81512a70fdf1
update theme module

Signed-off-by: weru <fromweru@gmail.com>
3 files modified
14 ■■■■■ changed files
exampleSite/go.mod 2 ●●● patch | view | raw | blame | history
exampleSite/go.sum 4 ●●●● patch | view | raw | blame | history
exampleSite/netlify.toml 8 ●●●● patch | view | raw | blame | history
exampleSite/go.mod
@@ -2,4 +2,4 @@
go 1.19
require github.com/onweru/compose v0.0.0-20230709170553-cdf6b3d268e3 // indirect
require github.com/onweru/compose v0.0.0-20230729163245-27b84dc22eb8 // indirect
exampleSite/go.sum
@@ -2,3 +2,7 @@
github.com/onweru/compose v0.0.0-20230709163331-af3e133abf10/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20230709170553-cdf6b3d268e3 h1:LQ9aw508QrowSWfr8m7Q43AelhGTaNhX+obnkCWefKg=
github.com/onweru/compose v0.0.0-20230709170553-cdf6b3d268e3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20230717085020-14357bb3e167 h1:btK2EwB8mRaebaNkvzsEjnxQt6dI9corw9n5kyPQoMk=
github.com/onweru/compose v0.0.0-20230717085020-14357bb3e167/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20230729163245-27b84dc22eb8 h1:aVItqjRfGwyOZHloHxVY6kEjjR+e8AQVXlpWiQtO0dw=
github.com/onweru/compose v0.0.0-20230729163245-27b84dc22eb8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
exampleSite/netlify.toml
@@ -4,7 +4,7 @@
command = "hugo --gc --minify --baseURL https://docs.neuralvibes.com/"
[context.production.environment]
HUGO_VERSION = "0.115.2"
HUGO_VERSION = "0.115.4"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -12,20 +12,20 @@
command = "hugo --gc --minify --enableGitInfo"
[context.split1.environment]
HUGO_VERSION = "0.115.2"
HUGO_VERSION = "0.115.4"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.115.2"
HUGO_VERSION = "0.115.4"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.115.2"
HUGO_VERSION = "0.115.4"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"