2023-05-12 23:58:35 +02:00
|
|
|
# Configuratie voor de website
|
2023-05-05 16:03:30 +02:00
|
|
|
|
2023-05-12 23:58:35 +02:00
|
|
|
baseURL = "https://www3.nluug.nl/"
|
|
|
|
languageCode = "nl"
|
2023-05-05 16:03:30 +02:00
|
|
|
defaultcontentlanguage = "nl"
|
2023-05-12 23:58:35 +02:00
|
|
|
title = "NLUUG"
|
|
|
|
theme = "nluug"
|
2023-05-13 00:55:30 +02:00
|
|
|
enableGitInfo = true
|
2023-05-13 01:10:26 +02:00
|
|
|
disableHugoGeneratorInject = true
|
2023-05-05 16:03:30 +02:00
|
|
|
|
2023-05-12 23:58:35 +02:00
|
|
|
[markup]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
[markup.highlight]
|
|
|
|
anchorLineNos = false
|
|
|
|
codeFences = true
|
|
|
|
guessSyntax = false
|
|
|
|
hl_Lines = ''
|
|
|
|
hl_inline = false
|
|
|
|
lineAnchors = ''
|
|
|
|
lineNoStart = 1
|
|
|
|
lineNos = false
|
|
|
|
lineNumbersInTable = true
|
|
|
|
noClasses = true
|
|
|
|
noHl = false
|
|
|
|
style = 'monokailight'
|
|
|
|
tabWidth = 4
|
2023-05-05 16:03:30 +02:00
|
|
|
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "organisatie"
|
|
|
|
name = "Organisatie"
|
|
|
|
url = "/organisatie/"
|
2023-05-09 20:10:48 +02:00
|
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "evenementen"
|
|
|
|
name = "Evenementen"
|
|
|
|
url = "/evenementen/"
|
2023-05-05 16:03:30 +02:00
|
|
|
weight = 20
|
2023-05-12 13:57:01 +02:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "evenementen-kalender"
|
|
|
|
name = "Kalender"
|
|
|
|
url = "/evenementen/kalender/"
|
|
|
|
parent = "evenementen"
|
|
|
|
weight = 21
|
2023-05-09 20:10:48 +02:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "lidmaatschap"
|
|
|
|
name = "Lidmaatschap"
|
|
|
|
url = "/lidmaatschap/"
|
|
|
|
weight = 30
|
2023-05-05 16:03:30 +02:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "nieuws"
|
|
|
|
name = "Nieuws"
|
|
|
|
url = "/nieuws/"
|
2023-05-09 20:10:48 +02:00
|
|
|
weight = 40
|
2023-05-05 16:03:30 +02:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "contact"
|
|
|
|
name = "Contact"
|
|
|
|
url = "/contact/"
|
2023-05-09 20:10:48 +02:00
|
|
|
weight = 50
|
2023-05-05 16:03:30 +02:00
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
section = ["HTML"]
|
2023-05-10 16:38:06 +02:00
|
|
|
page = ["HTML", "CalendarEvent"]
|
2023-05-05 16:03:30 +02:00
|
|
|
|
|
|
|
[outputFormats.RSS]
|
|
|
|
mediatype = "application/rss"
|
|
|
|
baseName = "atom"
|
|
|
|
|
|
|
|
[outputFormats.JSON]
|
|
|
|
mediatype = "application/json"
|
|
|
|
baseName = "feed"
|
|
|
|
|
2023-05-07 09:20:00 +02:00
|
|
|
[outputFormats.CalendarEvent]
|
|
|
|
mediaType = "text/calendar"
|
|
|
|
baseName = "calendar"
|
|
|
|
|
|
|
|
#[outputFormats.XMLEvent]
|
|
|
|
# mediaType = "application/xml"
|
|
|
|
# baseName = "schedule"
|
|
|
|
|
2023-05-12 23:58:35 +02:00
|
|
|
[params]
|
|
|
|
description = "NLUUG website met de doelstellingen, laatste nieuws en evenementen van onze vereniging."
|
|
|
|
# Fallback-auteur voor posts die geen echte auteur hebben
|
|
|
|
author = "NLUUG"
|
|
|
|
# Datum-formaat en tijdzone, de gebruikte waardes in datum en tijd zijn van belang
|
|
|
|
dateFormat = "02-01-2006"
|
|
|
|
timeZone = "Europe/Amsterdam"
|
|
|
|
# Grafisch
|
|
|
|
logo = "/assets/favicon.ico"
|
2023-05-07 09:20:00 +02:00
|
|
|
|
2023-05-12 23:58:35 +02:00
|
|
|
[permalinks]
|
|
|
|
pages = "/:slug"
|
2023-05-05 16:03:30 +02:00
|
|
|
|
|
|
|
[security]
|
|
|
|
enableInlineShortcodes = false
|
|
|
|
|
|
|
|
[security.exec]
|
|
|
|
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^rst2html$']
|
|
|
|
osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|GIT_EXEC_PATH|LD_LIBRARY_PATH|npm_config_(cache|init_module|userconfig)|pandoc_datadir|PYTHONHOME|RUBYLIB|SNAP)$']
|
|
|
|
|
|
|
|
[security.funcs]
|
|
|
|
getenv = ['^HUGO_', '^CI$']
|
|
|
|
|
|
|
|
[security.http]
|
|
|
|
methods = ['(?i)GET|POST']
|
|
|
|
urls = ['.*']
|
|
|
|
|
2023-05-12 23:58:35 +02:00
|
|
|
[social]
|
|
|
|
twitter = "NLUUG"
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
tag = "tags"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ignoreErrors = ["error-remote-getjson"]
|
2023-05-05 16:03:30 +02:00
|
|
|
|
|
|
|
# EOF
|