Files
Website/hugo.toml

70 lines
1.4 KiB
TOML

baseURL = 'https://vanemous.start-it.nl/'
languageCode = 'nl-nl'
title = 'Van Emous Mantelzorgwoningen'
[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]]
name = "Over Ons"
url = "/over-ons/"
weight = 30
[[menus.main]]
name = "Projecten"
url = "/projecten/"
weight = 40
[[menus.main]]
name = "Contact"
url = "/contact/"
weight = 50
## Params
[params]
description = "Van Emous bouwt hoogwaardige mantelzorgwoningen op maat."
telefoon = "+31 6 15116762"
email = "info@vanemousmantelzorgwoningen.nl"
google_rating = 5
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"
[params.seo]
og_image = "img/og-share-image.jpg"