forked from laurens/fediversity_website
Opruimen oude directory
This commit is contained in:
parent
4342d322e0
commit
670ee0037c
|
@ -1,11 +0,0 @@
|
||||||
# Basisconfiguratie voor de website
|
|
||||||
|
|
||||||
baseURL = "https://www3.nluug.nl/"
|
|
||||||
languageCode = "nl"
|
|
||||||
defaultContentLanguage = "nl"
|
|
||||||
title = "NLUUG"
|
|
||||||
theme = "nluug"
|
|
||||||
enableGitInfo = true
|
|
||||||
disableHugoGeneratorInject = true
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,21 +0,0 @@
|
||||||
# Configuratie voor highlighting snippets e.d.
|
|
||||||
|
|
||||||
[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
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,36 +0,0 @@
|
||||||
# Menu-configuratie
|
|
||||||
|
|
||||||
[menu]
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "organisatie"
|
|
||||||
name = "Organisatie"
|
|
||||||
url = "/organisatie/"
|
|
||||||
weight = 10
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "evenementen"
|
|
||||||
name = "Evenementen"
|
|
||||||
url = "/evenementen/"
|
|
||||||
weight = 20
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "evenementen-kalender"
|
|
||||||
name = "Kalender"
|
|
||||||
url = "/evenementen/kalender/"
|
|
||||||
parent = "evenementen"
|
|
||||||
weight = 21
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "lidmaatschap"
|
|
||||||
name = "Lidmaatschap"
|
|
||||||
url = "/lidmaatschap/"
|
|
||||||
weight = 30
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "nieuws"
|
|
||||||
name = "Nieuws"
|
|
||||||
url = "/nieuws/"
|
|
||||||
weight = 40
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "contact"
|
|
||||||
name = "Contact"
|
|
||||||
url = "/contact/"
|
|
||||||
weight = 50
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Configuratie tbv exporteerde formaten
|
|
||||||
|
|
||||||
# Voor de home-page maken we een HTML, RSS en JSON Feed
|
|
||||||
# Secties alleen in HTML en voor pagina's in zowel HTML als CalendarEvent (iCAL) waar het van toepassing is
|
|
||||||
[outputs]
|
|
||||||
home = ["HTML", "RSS", "JSON"]
|
|
||||||
section = ["HTML"]
|
|
||||||
page = ["HTML", "CalendarEvent"]
|
|
||||||
|
|
||||||
# RSS-feed (Atom)
|
|
||||||
[outputFormats.RSS]
|
|
||||||
mediatype = "application/rss"
|
|
||||||
baseName = "atom"
|
|
||||||
|
|
||||||
# JSON Feed, index.json
|
|
||||||
[outputFormats.JSON]
|
|
||||||
mediatype = "application/json"
|
|
||||||
baseName = "feed"
|
|
||||||
|
|
||||||
# CalendarEvent genereerd een iCal-bestand voor evenementen
|
|
||||||
[outputFormats.CalendarEvent]
|
|
||||||
mediaType = "text/calendar"
|
|
||||||
baseName = "calendar"
|
|
||||||
|
|
||||||
#[outputFormats.XMLEvent]
|
|
||||||
# mediaType = "application/xml"
|
|
||||||
# baseName = "schedule"
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,13 +0,0 @@
|
||||||
# Aanvullende velden die we binnen de website gebruiken
|
|
||||||
|
|
||||||
[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"
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,6 +0,0 @@
|
||||||
# Configuratie voor URL-opbouw
|
|
||||||
|
|
||||||
[permalinks]
|
|
||||||
pages = "/:slug"
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,17 +0,0 @@
|
||||||
# Configuratie tbv extra beveiliging en toegestane functies tijdens render en testen
|
|
||||||
|
|
||||||
[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 = ['.*']
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,6 +0,0 @@
|
||||||
# Configuratie voor de gebruikte social media binnen de website
|
|
||||||
|
|
||||||
[social]
|
|
||||||
twitter = "NLUUG"
|
|
||||||
|
|
||||||
# EOF
|
|
|
@ -1,6 +0,0 @@
|
||||||
# Configuratie voor het aanmaken van category-/tags-pagina's
|
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
tag = "tags"
|
|
||||||
|
|
||||||
# EOF
|
|
Reference in a new issue