added comments in hugo.toml

This commit is contained in:
somrat sorkar 2023-09-12 09:06:38 +06:00
parent e065b889b8
commit 077ed060a3

View File

@ -30,6 +30,7 @@ custom_script = ""
copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)" copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
# Preloader # Preloader
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
[preloader] [preloader]
enable = false enable = false
preloader = "" # use jpg, png, svg or gif format. preloader = "" # use jpg, png, svg or gif format.
@ -41,6 +42,7 @@ label = "get a quote"
link = "contact" link = "contact"
# search # search
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search
[search] [search]
enable = true enable = true
primary_color = "#121212" primary_color = "#121212"
@ -52,6 +54,7 @@ show_categories = true
# seo meta data for OpenGraph / Twitter Card # seo meta data for OpenGraph / Twitter Card
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
[metadata] [metadata]
keywords = ["Boilerplate", "Hugo"] keywords = ["Boilerplate", "Hugo"]
description = "Hugo & Tailwindcss Starter" description = "Hugo & Tailwindcss Starter"
@ -60,6 +63,7 @@ image = "images/og-image.png"
# site verifications # site verifications
# verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications
[site_verification] [site_verification]
google = "" # Your verification code google = "" # Your verification code
bing = "" # Your verification code bing = "" # Your verification code
@ -68,6 +72,7 @@ facebook = "" # Your verification code
mastodon = "" # Your verification code mastodon = "" # Your verification code
# cookies # cookies
# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
[cookies] [cookies]
enable = false enable = false
expire_days = 60 expire_days = 60