This commit is contained in:
2025-12-05 09:15:15 +01:00
commit 8837c20d66
1752 changed files with 1123339 additions and 0 deletions

119
config/_default/hugo.toml Executable file
View File

@@ -0,0 +1,119 @@
######################## default configuration ####################
baseURL = "/"
title = "Mantelzorgwoning informatie"
theme = "godocs-1"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "Europe/Amsterdam"
# google analytics
# googleAnalytics = "G-MEASUREMENT_ID" # example: UA-123456-78, for more info, read the article https://support.google.com/analytics/answer/1008080?hl=en
# disqus short name
# disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
# disable language
defaultContentLanguage = "nl"
defaultContentLanguageInSubdir = false
disableLanguages = [] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
################################### English language #####################################
[Languages.nl]
languageName = "🇳🇱 Nederlands"
languageCode = "nl-nl"
weight = 1
################################### English language #####################################
[Languages.en]
languageName = "🇬🇧 English"
languageCode = "en-us"
weight = 2
disabled = true
################################### French language #####################################
[Languages.fr]
languageName = "🇫🇷 Français"
languageCode = "fr-fr"
weight = 3
disabled = true
############################# Modules ############################
[module]
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "hugo_stats.json"
target = "assets/watching/hugo_stats.json"
[markup.goldmark.parser.attribute]
block = true # default is false
############################# Build ##############################
[build]
noJSConfigInAssets = false
useResourceCacheWhen = 'fallback'
[build.buildStats]
enable = true
[[build.cachebusters]]
source = 'assets/.*\.(js|ts|jsx|tsx)'
target = '(js|scripts|javascript)'
[[build.cachebusters]]
source = 'assets/.*\.(css|sass|scss)$'
target = '(css|styles|scss|sass)'
[[build.cachebusters]]
source = '(postcss|tailwind)\.config\.js'
target = '(css|styles|scss|sass)'
[[build.cachebusters]]
source = 'assets/.*\.(.*)$'
target = '$1'
############################# Outputs ##############################
[outputs]
home = ["HTML", "RSS", "JSON", "WebAppManifest"]
############################# Imaging ##############################
[imaging]
# See https://github.com/disintegration/imaging
# Default JPEG or WebP quality setting. Default is 75.
quality = 90
resampleFilter = "Lanczos"
############################# Caches ###############################
[caches]
[caches.images]
dir = ":resourceDir/_gen"
maxAge = "720h"
[caches.assets]
dir = ":resourceDir/_gen"
maxAge = "720h"
############################# Markup ###############################
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'base16-snazzy' # see https://xyproto.github.io/splash/docs/all.html
# table of content
[markup.tableOfContents]
startLevel = 0
endLevel = 6
ordered = false
############################ Media types ############################
[mediaTypes]
[mediaTypes."application/manifest+json"]
suffixes = ["webmanifest"]
############################ Output Format ###########################
[outputFormats]
[outputFormats.WebAppManifest]
mediaType = "application/manifest+json"
rel = "manifest"
############################ Partner #################################
[params]
partnerName = "Domuscura"
partnerDomain = "domuscura.start-it.nl"

23
config/_default/menus.en.toml Executable file
View File

@@ -0,0 +1,23 @@
############## English navigation ###############
# main menu
[[main]]
name = "Home"
url = ""
weight = 1
[[main]]
name = "Request quote"
url = "https://start-it.nl/offerte?source=kennisbank"
weight = 2
# footer menu
[[footer]]
name = "Changelog"
url = "changelog/"
weight = 1
[[footer]]
name = "Contact"
url = "contact/"
weight = 2

28
config/_default/menus.fr.toml Executable file
View File

@@ -0,0 +1,28 @@
############# French navigation ##############
# main menu
[[main]]
[[main]]
name = "Home"
url = ""
weight = 1
[[main]]
name = "FAQ"
url = "faq"
weight = 2
# footer menu
[[footer]]
name = "Changelog"
url = "changelog/"
weight = 1
[[footer]]
name = "Contact"
url = "contact/"
weight = 2
[[footer]]
name = "Github"
url = "https://github.com/themefisher/"
weight = 3

23
config/_default/menus.nl.toml Executable file
View File

@@ -0,0 +1,23 @@
############## Dutch navigation ###############
# main menu
#[[main]]
#name = "Home"
#url = ""
#weight = 1
#[[main]]
#name = "Offerte aanvragen"
#url = "https://start-it.nl/offerte?source=kennisbank"
#weight = 2
# footer menu
[[footer]]
name = "Adviesgesprek aanvragen"
url = "changelog/"
weight = 1
[[footer]]
name = "Contact"
url = "contact/"
weight = 2

View File

@@ -0,0 +1,96 @@
[hugoVersion]
extended = true
min = "0.145.0"
[[imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/preloader"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/social-share"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/cookie-consent"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/custom-script"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/render-link"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/icons/font-awesome"
# [[imports]]
# path = "github.com/gethugothemes/hugo-modules/icons/themify-icons"
# [[imports]]
# path = "github.com/gethugothemes/hugo-modules/components/valine-comment"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/crisp-chat"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/pwa"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/images"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/buttons"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/codepen"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/collapse"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/notice"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/video"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/tabs"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/gallery"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/vimeo-lite"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/gzip-caching"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/adsense"

130
config/_default/params.toml Executable file
View File

@@ -0,0 +1,130 @@
#################### default parameters ################################
# favicon
favicon = "images/favicon.png"
# logo
logo = "images/logoDark.svg"
main_site_link = "https://mantelzorgwoning.info"
logo_icon = "images/logo-icon.png"
site_logo = "images/site-logo.png"
docs_logo = "images/docs-logo.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "190px"
# if logo_webp set false, will not generate WEBP version of logo | default is true
logo_webp = true
# logo text will only show when logo is missing.
logo_text = "Mantelzorgwoning.info"
# purgeCSS
purge_css = true
# image gallery shortcode
image_gallery = true
# contact form action
contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io]
# feedback form action
feedback_form_action = "#" # feedback form works with [https://airform.io/] or [https://formspree.io]
# google tag manager, see https://developers.google.com/tag-manager/
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
google_tag_manager = "" # example: G-XXXXXXXXXX
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# table of content on document page
table_of_content = true
# copyright
theme_copyright = true
copyright = "[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.nl)"
# Preloader
[preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[[nav_button]]
label = "nav_logbook"
link = "changelog/"
style = "outline" # available style: solid, outline
[[nav_button]]
label = "nav_contact"
link = "contact/"
style = "solid" # available style: solid, outline
# call to action
[call_to_action]
enable = true
title = "Still Didn't Find Your Answer?"
image = "images/cta-illustration.jpg"
content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam <br> nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam"
[call_to_action.button]
enable = true
label = "Submit a ticket"
link = "contact/"
[feedback]
enable = true
title = "Was dit artikel nuttig?"
content = "Jouw feedback verbeterd deze website."
positive_placeholder = "Wat deden we goed?"
negative_placeholder = "Wat deden we fout?"
# Crisp Chat
[crisp_chat]
crisp_website_id = "9aa449e1-9999-422a-938f-8567982eec6d" # replace this code with yours
enable = false
# Check this video tutorial to get your crisp website ID - https://www.youtube.com/watch?v=nW5UX6iVdFc
# seo meta data for OpenGraph / Twitter Card
[metadata]
author = "StartIT"
description = "Alle informatie over onze producten zijn publiek toegankelijk op deze kennisbank"
image = "images/favicon.png" # this image will be used as fallback if a page has no image of its own
keywords = ["StartIT", "Kennisbank", "FAQ", "Wiki"]
# matomo tracking: see https://matomo.org/
[matomo]
enable = false
id = "" # your matomo id
url = "" # your matomo url
# baidu analytics: see https://tongji.baidu.com/
[baidu]
analytics_id = "" # Your ID
enable = false
# plausible analytics: see https://plausible.io/
[plausible]
domain = "stats.start-it.nl" # yourdomain.com
enable = false
# counter analytics: see https://counter.dev/setup.html
[counter]
enable = false
username = "" # your username
# site verifications
[site_verification]
baidu = "" # Your verification code
bing = "" # Your verification code
facebook = "" # Your verification code
google = "" # Your verification code
mastodon = "" # Your verification code
# cookies
[cookies]
button = "Uitstekend"
content = "Deze website gebruikt uitsluitend noodzakelijke cookies en vervallen 2 dagen na laatste bezoek. "
enable = true
expire_days = 2
############################# social site ########################
[[social]]
icon = "fab fa-github" # fontawesome icon : https://fontawesome.com/icons
link = ""
title = "github"
[[social]]
icon = "fab fa-linkedin" # fontawesome icon : https://fontawesome.com/icons
link = ""
title = "linkedin"