Files
Website/hugo.toml
2026-02-24 19:10:47 +01:00

100 lines
2.0 KiB
TOML

baseURL = 'https://vanemous.start-it.nl/'
languageCode = 'nl-nl'
defaultContentLanguage = 'nl'
title = 'Van Emous Mantelzorgwoningen'
paginate = 10
[build]
writeStats = true
[module]
[[module.mounts]]
source = 'assets'
target = 'assets'
[[module.mounts]]
source = 'node_modules'
target = 'assets/node_modules'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
## MENU
[[menus.main]]
name = ""
pre = "<i class='bi bi-house-door-fill'></i>"
url = "/"
weight = 10
[[menus.main]]
name = "Mantelzorgwoningen"
identifier = "mantelzorgwoningen"
url = "/mantelzorgwoningen/"
weight = 20
[[menus.main]]
parent = "mantelzorgwoningen"
name = "Type A"
url = "/mantelzorgwoningen/type-a/"
weight = 1
[[menus.main]]
parent = "mantelzorgwoningen"
name = "Type B"
url = "/mantelzorgwoningen/type-a/"
weight = 1
[[menus.main]]
parent = "mantelzorgwoningen"
name = "Type C"
url = "/mantelzorgwoningen/type-a/"
weight = 1
[[menus.main]]
name = "Over Ons"
url = "/over-ons/"
weight = 30
[[menus.main]]
name = "Projecten"
url = "/projecten/"
weight = 40
[[menus.main]]
name = "Contact"
url = "/contact/"
weight = 50
[[menus.footer]]
name = "Modellen"
url = "/modellen"
weight = 1
[[menus.footer]]
name = "Pre mantelzorgwoning"
url = "/pre-mantelzorgwoning"
weight = 2
## Params
[params]
description = "Van Emous bouwt hoogwaardige mantelzorgwoningen op maat. Duurzaam, comfortabel en volledig ontzorgd."
telefoon = "+31 6 15116762"
telefoon_link = "+31615116762"
email = "info@vanemousmantelzorgwoningen.nl"
address = "Adresgegevens hier..."
# SEO & Socials
author = "Van Emous"
logo = "img/logo.svg"
favicon = "favicon.ico"
og_image = "img/og-image.jpg"
[params.social]
facebook = "https://facebook.com/vanemous"
instagram = "https://instagram.com/vanemous"
[sitemap]
changefreq = 'monthly'
priority = 0.5
filename = 'sitemap.xml'