forked from laurens/fediversity_website
oidf
This commit is contained in:
commit
b376875319
|
@ -1,17 +1,16 @@
|
||||||
# Aanvullende velden die we binnen de website gebruiken
|
# Aanvullende velden die we binnen de website gebruiken
|
||||||
#
|
#
|
||||||
# Voor Schema.org
|
# Voor Schema.org
|
||||||
organization_name = "NLUUG"
|
organization_name = "Fediversity"
|
||||||
|
|
||||||
organization_sameas = [
|
organization_sameas = [
|
||||||
"https://nluug.social/@nluug",
|
"https://mastodon.fediversity.eu/@fediversity",
|
||||||
"https://twitter.com/nluug",
|
"https://git.fediversity.eu",
|
||||||
"https://www.wikidata.org/wiki/Q2137723",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
keywords = [
|
keywords = [
|
||||||
"DevOps",
|
"Fediverse",
|
||||||
"Informatiebeveiliging",
|
"NixOS",
|
||||||
"Linux",
|
"Linux",
|
||||||
"Open data",
|
"Open data",
|
||||||
"Open source",
|
"Open source",
|
||||||
|
@ -20,13 +19,14 @@ keywords = [
|
||||||
]
|
]
|
||||||
|
|
||||||
### Algemeen
|
### Algemeen
|
||||||
description = "NLUUG website met de doelstellingen, laatste nieuws en evenementen van onze vereniging."
|
description = "Fediversity website."
|
||||||
|
|
||||||
# Fallback-auteur voor posts die geen echte auteur hebben
|
# Fallback-auteur voor posts die geen echte auteur hebben
|
||||||
#author = "NLUUG"
|
author = "Fediversity"
|
||||||
|
|
||||||
# Datum-formaat en tijdzone, de gebruikte waardes in datum en tijd zijn van belang
|
# Datum-formaat en tijdzone, de gebruikte waardes in datum en tijd zijn van belang
|
||||||
dateFormat = "02-01-2006"
|
#dateFormat = "02-01-2006"
|
||||||
|
dateFormat = "2006-01-02"
|
||||||
timeZone = "Europe/Amsterdam"
|
timeZone = "Europe/Amsterdam"
|
||||||
|
|
||||||
### Grafisch
|
### Grafisch
|
||||||
|
@ -34,10 +34,10 @@ timeZone = "Europe/Amsterdam"
|
||||||
logo = "/assets/favicon.ico"
|
logo = "/assets/favicon.ico"
|
||||||
|
|
||||||
# Logo op normale weergave
|
# Logo op normale weergave
|
||||||
logoNormal = "/afbeeldingen/logo/nluug-logo.png"
|
logoNormal = "/afbeeldingen/logo/fediversity-logo.png"
|
||||||
|
|
||||||
# Logo gebruikt in Schema.org (Organization)
|
# Logo gebruikt in Schema.org (Organization)
|
||||||
logoHiRes="/afbeeldingen/logo/nluug-logo-high-resolution.jpg"
|
logoHiRes="/afbeeldingen/logo/fediversity-logo-high-resolution.jpg"
|
||||||
|
|
||||||
# Grootte van iconen (SVG-bestanden) zoals van social media
|
# Grootte van iconen (SVG-bestanden) zoals van social media
|
||||||
smallIconSize = 16
|
smallIconSize = 16
|
||||||
|
|
Reference in a new issue