2023-05-25 10:41:54 +00:00
#################### default parameters ################################
# favicon
favicon = "images/favicon.png"
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# logo
logo = "images/logo.png"
logo_darkmode = "images/logo-darkmode.png"
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "160px"
logo_height = "32px"
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# if logo_webp set false, will not generate WEBP version of logo | default is true
logo_webp = true
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# logo text will only show when logo is missing.
2023-11-09 10:38:03 +00:00
logo_text = "CHILL logo"
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# navbar fixed to top
2023-11-08 13:32:14 +00:00
navbar_fixed = false
2023-05-25 10:41:54 +00:00
# theme-mode
2023-11-08 13:32:14 +00:00
# available options [light/dark/system]
theme_switcher = false
2024-01-18 18:16:58 +00:00
theme_default = "light"
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# Main Sections
mainSections = [ "blog" ]
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# contact form action
contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io]
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# google tag manager, see https://developers.google.com/tag-manager/
2023-11-08 13:32:14 +00:00
# google_tag_manager = "" # example: G-XXXXXXXXXX
# google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
2023-05-25 10:41:54 +00:00
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
2023-11-08 13:32:14 +00:00
2023-05-25 10:41:54 +00:00
# copyright
copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
2023-11-09 10:38:03 +00:00
#copyright = "Designed & Developed by [Yellow Studio]() and [Champs Libres]()"
2023-05-25 10:41:54 +00:00
# Preloader
2023-09-12 03:06:38 +00:00
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
2023-05-25 10:41:54 +00:00
[ preloader ]
2023-07-18 07:20:30 +00:00
enable = false
2023-05-25 10:41:54 +00:00
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[ navigation_button ]
enable = true
2024-01-18 18:16:58 +00:00
label = "Demo"
2023-10-12 14:21:32 +00:00
link = "http://demo.chill.social"
2023-05-25 10:41:54 +00:00
# search
2023-09-12 03:06:38 +00:00
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search
2023-05-25 10:41:54 +00:00
[ search ]
enable = true
primary_color = "#121212"
include_sections = [ "blog" ]
show_image = true
show_description = true
show_tags = true
show_categories = true
# seo meta data for OpenGraph / Twitter Card
2023-09-12 03:06:38 +00:00
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
2023-05-25 10:41:54 +00:00
[ metadata ]
keywords = [ "Boilerplate" , "Hugo" ]
description = "Hugo & Tailwindcss Starter"
author = "zeon.studio"
image = "images/og-image.png"
# site verifications
2023-09-12 03:06:38 +00:00
# verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications
2023-11-08 09:52:56 +00:00
# [site_verification]
# google = "" # Your verification code
# bing = "" # Your verification code
# baidu = "" # Your verification code
# facebook = "" # Your verification code
# mastodon = "" # Your verification code
2023-05-25 10:41:54 +00:00
# cookies
2023-09-12 03:06:38 +00:00
# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
2023-05-25 10:41:54 +00:00
[ cookies ]
2023-07-18 07:20:30 +00:00
enable = false
2023-05-25 10:41:54 +00:00
expire_days = 60
content = "This site uses cookies. By continuing to use this website, you agree to their use."
button = "I Accept"
######################## sidebar widgets #########################
[ widgets ]
sidebar = [ "categories" , "tags" ]
# google map
2023-11-08 09:52:56 +00:00
# [google_map]
# enable = false
# map_api_key = "AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"
# map_latitude = "51.5223477"
# map_longitude = "-0.1622023"
# map_marker = "images/marker.png"
2023-05-25 10:41:54 +00:00
# Subscription
2023-11-08 09:52:56 +00:00
# [subscription]
# enable = false
2023-05-25 10:41:54 +00:00
# mailchimp subsciption
2023-11-08 09:52:56 +00:00
# mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
# mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074"