Update: Maps
This commit is contained in:
28
hugo.toml
28
hugo.toml
@@ -1,6 +1,8 @@
|
||||
baseURL = 'https://vanemous.start-it.nl/'
|
||||
languageCode = 'nl-nl'
|
||||
defaultContentLanguage = 'nl'
|
||||
title = 'Van Emous Mantelzorgwoningen'
|
||||
paginate = 10
|
||||
|
||||
[build]
|
||||
writeStats = true
|
||||
@@ -37,6 +39,18 @@ title = 'Van Emous Mantelzorgwoningen'
|
||||
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/"
|
||||
@@ -64,10 +78,14 @@ title = 'Van Emous Mantelzorgwoningen'
|
||||
|
||||
## Params
|
||||
[params]
|
||||
description = "Van Emous bouwt hoogwaardige mantelzorgwoningen op maat."
|
||||
description = "Van Emous bouwt hoogwaardige mantelzorgwoningen op maat. Duurzaam, comfortabel en volledig ontzorgd."
|
||||
telefoon = "+31 6 15116762"
|
||||
telefoon_link = "+31615116762"
|
||||
email = "info@vanemousmantelzorgwoningen.nl"
|
||||
google_rating = 5
|
||||
address = "Adresgegevens hier..."
|
||||
|
||||
# SEO & Socials
|
||||
author = "Van Emous"
|
||||
logo = "img/logo.svg"
|
||||
favicon = "favicon.ico"
|
||||
og_image = "img/og-image.jpg"
|
||||
@@ -76,5 +94,7 @@ title = 'Van Emous Mantelzorgwoningen'
|
||||
facebook = "https://facebook.com/vanemous"
|
||||
instagram = "https://instagram.com/vanemous"
|
||||
|
||||
[params.seo]
|
||||
og_image = "img/og-share-image.jpg"
|
||||
[sitemap]
|
||||
changefreq = 'monthly'
|
||||
priority = 0.5
|
||||
filename = 'sitemap.xml'
|
||||
Reference in New Issue
Block a user