From 48a785285bb17cd2fc83509eac31ceb4347826ba Mon Sep 17 00:00:00 2001 From: Igor Baiborodine Date: Tue, 22 Mar 2022 12:24:20 -0400 Subject: Update documentation on site configuration --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3