From 90a36f831ace74a8cd949e2a7da6e9a22d0f96c8 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 23 Jun 2023 11:38:52 +0200 Subject: [PATCH] Toevoegen keywords in meerdere talen --- config/_default/params.en.toml | 9 +++++++++ config/_default/params.toml | 14 +++++++++++--- .../layouts/partials/schemas/schema_WebSite.html | 4 ++-- 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 config/_default/params.en.toml diff --git a/config/_default/params.en.toml b/config/_default/params.en.toml new file mode 100644 index 0000000..5b8e119 --- /dev/null +++ b/config/_default/params.en.toml @@ -0,0 +1,9 @@ +keywords = [ + "DevOps", + "Information security", + "Linux", + "Open data", + "Open source", + "Open standards", + "Privacy" +] diff --git a/config/_default/params.toml b/config/_default/params.toml index 28d60ee..a389053 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -9,9 +9,19 @@ organization_sameas = [ "https://www.wikidata.org/wiki/Q2137723", ] -### Algemeen +keywords = [ + "DevOps", + "Informatiebeveiliging", + "Linux", + "Open data", + "Open source", + "Open standaarden", + "Privacy" +] +### Algemeen description = "NLUUG website met de doelstellingen, laatste nieuws en evenementen van onze vereniging." + # Fallback-auteur voor posts die geen echte auteur hebben author = "NLUUG" @@ -42,6 +52,4 @@ mastodon_instance = "https://nluug.social/" mastodon_handle = "nluug" twitter_handle = "nluug" - - # EOF diff --git a/themes/nluug/layouts/partials/schemas/schema_WebSite.html b/themes/nluug/layouts/partials/schemas/schema_WebSite.html index 3d3e54e..554a086 100644 --- a/themes/nluug/layouts/partials/schemas/schema_WebSite.html +++ b/themes/nluug/layouts/partials/schemas/schema_WebSite.html @@ -1,7 +1,7 @@ {{ $baseUrl := .Site.BaseURL }} {{ $location := index .Site.Data.location .Site.Params.primarylocation }} {{ $logoresource := resources.Get ($.Site.Params.logoNormal | replaceRE "^/" "") }} - +{{ $keywords := .Site.Params.keywords }}