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

github.com/orf/bare-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2020-09-05 18:14:54 +0300
committerGitHub <noreply@github.com>2020-09-05 18:14:54 +0300
commit0863af45b4be764cad8beae551d4d5593047e8a7 (patch)
tree848f4d9e7a86e33344607c09f25f925f15279c84
parent9b4e42d13b5fe35f46481c988a3234c42429e8c6 (diff)
Remove HUGO_VERSION from readme
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 959ac4a..6adc737 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,6 @@ If using Netlify, add the following to your `netlify.toml` file:
```toml
[build]
-environment = { HUGO_VERSION = "your hugo version (e.g '0.74.3')" }
command = "git submodule update --init --recursive --depth=1 && hugo --minify --ignoreCache"
[context.deploy-preview]