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

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-11 17:50:06 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-11 17:50:06 +0300
commitc1b28dbfe24c104d93472c2429c04735db136f68 (patch)
tree7ea9ef906ff5eb0a50ae1ec491611aa86367d497
parent81b8c9b83268193554b031917c626a49e85bb487 (diff)
netlify: Hugo 0.94.1v0.94.1
-rw-r--r--content/en/content-management/diagrams.md2
-rw-r--r--netlify.toml8
2 files changed, 5 insertions, 5 deletions
diff --git a/content/en/content-management/diagrams.md b/content/en/content-management/diagrams.md
index cfc0b3644..243a70fd4 100644
--- a/content/en/content-management/diagrams.md
+++ b/content/en/content-management/diagrams.md
@@ -17,7 +17,7 @@ toc: true
## GoAT Diagrams (Ascii)
-Hugo supports [GoAT](https://github.com/bep/goat) natively. This means that this code block:
+Hugo! supports [GoAT](https://github.com/bep/goat) natively. This means that this code block:
````
```goat
diff --git a/netlify.toml b/netlify.toml
index e6858c14b..ad3776a84 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "hugo --gc --minify"
[context.production.environment]
-HUGO_VERSION = "0.94.0"
+HUGO_VERSION = "0.94.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --gc --minify --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.94.0"
+HUGO_VERSION = "0.94.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.94.0"
+HUGO_VERSION = "0.94.1"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.94.0"
+HUGO_VERSION = "0.94.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"