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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-03-22 19:24:20 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-03-22 19:24:20 +0300
commit48a785285bb17cd2fc83509eac31ceb4347826ba (patch)
tree2c291966b1873d7539d19a01fdef1a200db817e4
parentca76d1588bcd6c6a4b5bd00226c91e46dfaea551 (diff)
Update documentation on site configuration
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f8e380..0b388e8 100644
--- a/README.md
+++ b/README.md
@@ -116,9 +116,12 @@ Renaming this folder will break your site.
Also, check out this [tutorial](https://www.kiroule.com/article/start-blogging-with-github-hugo-and-netlify/) on how to build a Bilberry theme-based website using Hugo, GitHub, and Netlify.
## Configuration
-To customize your site according to your needs, simply edit the `config.toml` file in the site's root directory by adjusting the settings.
+To customize your site according to your needs, edit the `config.toml` file in the site's root directory by adjusting the settings.
All parameters that need to be configured are commented out or disabled.
+The Algolia Search is enabled in the `config.toml` file that comes with the example site;
+therefore, if you don't plan to use it, disable it by setting the `algolia_search` property to `false`.
+
Also, you can read this [write-up](https://www.kiroule.com/article/manage-environment-specific-settings-for-hugo-based-website/) on how to manage
environment-specific settings for a Hugo-based website.