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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward H <BDHU@users.noreply.github.com>2021-05-16 03:53:41 +0300
committerGitHub <noreply@github.com>2021-05-16 03:53:41 +0300
commitbb4019f10f5dee3c3adc0640f3b5243df2d75f83 (patch)
tree1b2fe2d2cbaf1708168d60e6568db19abd431984
parent8628c19610c7420ea776f7871d40902cf5382c25 (diff)
Add addtional seetings in config.yaml
Without setting this option, Google would refuse indexing the web page because Google would complain `No: 'noindex' detected in 'robots' meta tag`
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index cee6a97..59cfbe6 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,8 @@ Take a look inside the [`exampleSite`](https://github.com/nodejh/hugo-theme-mini
> ⚠️ You may need to delete the line: `themesDir: ../../`
+After your site is read, add `env: production` in `params` in [`config.yaml`](https://github.com/nodejh/hugo-theme-mini/blob/master/exampleSite/config.yaml).
+
### Add Comments
To enable comments, add following to your config file:
@@ -118,4 +120,4 @@ Now enter http://localhost:1313 in the address bar of your browser.
## License
-[MIT](https://github.com/nodejh/hugo-theme-mini/blob/master/LICENSE.md) \ No newline at end of file
+[MIT](https://github.com/nodejh/hugo-theme-mini/blob/master/LICENSE.md)