110 lines
4.1 KiB
TOML
Executable File
110 lines
4.1 KiB
TOML
Executable File
#################### default parameters ################################
|
|
# favicon
|
|
favicon = "images/favicon.png"
|
|
# purgeCSS
|
|
purge_css = true
|
|
# theme-mode
|
|
theme_switcher = true
|
|
theme_default = "dark" # available options [light/dark]
|
|
# Main Sections
|
|
mainSections = ["blog"]
|
|
# image gallery shortcode
|
|
image_gallery = true
|
|
# contact form action
|
|
contact_form_action = "https://airform.io/jorensc@riseup.net" # contact form works with [https://airform.io/] or [https://formspree.io]
|
|
# google tag manager, see https://developers.google.com/tag-manager/
|
|
google_tag_manager = "" # example: G-XXXXXXXXXX
|
|
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
|
|
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
|
|
custom_script = ""
|
|
|
|
# copyright
|
|
theme_copyright = true
|
|
copyright = "Copyright by Joren Schipman"
|
|
|
|
# seo meta data for OpenGraph / Twitter Card
|
|
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
|
|
[metadata]
|
|
keywords = ["Boilerplate", "Hugo", "Themefisher", "GetHugoThemes"]
|
|
description = "This is meta description"
|
|
author = "Themefisher"
|
|
image = "images/favicon.png" # this image will be used as fallback if a page has no image of its own
|
|
|
|
############################# Social Link ########################
|
|
[sidebar]
|
|
social_enable = true
|
|
social_title = "Social Links"
|
|
|
|
[[social]]
|
|
title = "twitter"
|
|
icon = "fa-brands fa-github" # fontawesome icon pack : https://fontawesome.com/icons/
|
|
link = "https://github.com/jorensc"
|
|
|
|
[[social]]
|
|
title = "linkedin"
|
|
icon = "fa-brands fa-linkedin" # fontawesome icon pack : https://fontawesome.com/icons/
|
|
link = "https://www.linkedin.com/in/jorenschipman/"
|
|
|
|
# cookies
|
|
# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
|
|
[cookies]
|
|
enable = false
|
|
expire_days = 2
|
|
content = "This site uses cookies. By continuing to use this website, you agree to their use."
|
|
button = "I Accept"
|
|
|
|
# crisp chat
|
|
# Crisp module: https://github.com/gethugothemes/hugo-modules/tree/master/components/crisp-chat
|
|
[crisp_chat]
|
|
enable = false
|
|
crisp_website_id = "9aa449e1-9999-422a-938f-8567982eec6d" # replace this code with yours
|
|
# Check this video tutorial to get your crisp website ID - https://www.youtube.com/watch?v=nW5UX6iVdFc
|
|
|
|
# valine comment
|
|
# valine comment module: https://github.com/gethugothemes/hugo-modules/tree/master/components/valine-comment
|
|
[valine_comment]
|
|
enable = false
|
|
appId = "" # replace this code with yours [ex: QGzwQXOqs5JOhN4RGPOkR2mR-MdYXbMMI]
|
|
appKey = "" # replace this code with yours [ex: WBmoGyJtbqUswvfLh6L8iEBr]
|
|
# language = "change language translation from `i18n`"
|
|
avatar = "" # see : https://valine.js.org/en/avatar.html
|
|
pageSize = 10 # will show 10 comments per page
|
|
visitor = true
|
|
highlight = true # Code highlighting
|
|
recordIP = true # Record reviewer IP.
|
|
enableQQ = false # https://valine.js.org/en/configuration.html#enableQQ
|
|
# serverURLs = "" # https://leancloud.your_website.com
|
|
# Check Valine's official documentation here - https://valine.js.org/en/configuration.html
|
|
|
|
# matomo tracking: see https://matomo.org/
|
|
# matomo tracking module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/matomo-analytics
|
|
[matomo]
|
|
enable = false
|
|
url = "" # your matomo url
|
|
id = "" # your matomo id
|
|
|
|
# baidu analytics: see https://tongji.baidu.com/
|
|
# baidu analytics module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/baidu-analytics
|
|
[baidu]
|
|
enable = false
|
|
analytics_id = "" # Your ID
|
|
|
|
# plausible analytics: see https://plausible.io/
|
|
# plausible analytics module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/plausible-analytics
|
|
[plausible]
|
|
enable = false
|
|
domain = "" # yourdomain.com
|
|
|
|
# counter analytics: see https://counter.dev/setup.html
|
|
# counter analytics module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/counter-analytics
|
|
[counter]
|
|
enable = false
|
|
username = "" # your username
|
|
|
|
# site verifications
|
|
[site_verification]
|
|
google = "" # Your verification code
|
|
bing = "" # Your verification code
|
|
baidu = "" # Your verification code
|
|
facebook = "" # Your verification code
|