From ef7331633f86c1f014d88ef75aa2b34c8e907ba5 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Wed, 2 Oct 2024 15:28:50 +0200 Subject: [PATCH] Add new taxonomies and tag blog posts --- config.toml | 3 +++ content/blog/2024/03/2024-03-13_glt-2024/index.md | 4 +++- content/blog/2024/03/2024-03-17_clt-2024/index.md | 5 +++++ .../03/2024-03-19_normalisiert-selbstbestimmung/index.md | 4 ++++ .../blog/2024/03/2024-03-30_geburtstagsklettern/index.md | 4 ++++ content/blog/2024/04/2024-04-07_glt-2024/index.md | 4 ++++ content/blog/2024/04/2024-04-17_girls-day/index.md | 4 ++++ .../blog/2024/06/2024-06-01_einladung-sommerfest/index.md | 4 ++++ content/blog/2024/06/2024-06-18_campdays/index.md | 5 +++++ .../blog/2024/07/2024-07-08_stellenausschreibung/index.md | 3 +++ content/blog/2024/07/2024-07-19_downtime-bericht/index.md | 4 ++++ content/blog/2024/08/2024-08-16_laptopsuche/index.md | 4 ++++ content/blog/2024/08/2024-08-20_hacknsun/index.md | 6 ++++++ .../2024/09/2024-09-26_enrichment-kurs-luebeck/index.md | 5 +++++ 14 files changed, 58 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6216e688..6070e2b0 100644 --- a/config.toml +++ b/config.toml @@ -23,6 +23,9 @@ taxonomies = [ # Blog / News { name = "categories", render = false }, { name = "tags", render = false }, + + { name = "aspekte", render = false}, + { name = "produkte", render = false}, ] [markdown] diff --git a/content/blog/2024/03/2024-03-13_glt-2024/index.md b/content/blog/2024/03/2024-03-13_glt-2024/index.md index 6a57583e..e739beba 100644 --- a/content/blog/2024/03/2024-03-13_glt-2024/index.md +++ b/content/blog/2024/03/2024-03-13_glt-2024/index.md @@ -4,7 +4,9 @@ authors = ["nik"] [taxonomies] categories = ["AAA"] -tags = ["bbb"] +tags = ["Konferenzen", "GLT", "Ankündigung"] +projekt = ["Hack'n'Fun"] +zielgruppe = ["Kinder und Jugendliche", "Eltern"] [extra.depiction] image = "plueschtux.jpg" diff --git a/content/blog/2024/03/2024-03-17_clt-2024/index.md b/content/blog/2024/03/2024-03-17_clt-2024/index.md index cb77245b..90dc1181 100644 --- a/content/blog/2024/03/2024-03-17_clt-2024/index.md +++ b/content/blog/2024/03/2024-03-17_clt-2024/index.md @@ -2,6 +2,11 @@ title = "Teckids bei den Chemnitzer Linux-Tagen 2024" authors = ["tuxilio", "krfl9500", "pinguin"] +[taxonomies] +tags = ["Konferenzen", "CLT", "Bericht"] +projekt = ["Hack'n'Fun"] +zielgruppe = ["Kinder und Jugendliche", "Eltern"] + [extra.depiction] image = "stand-clt-2024.jpg" alt = "Florian, Robert, Lukas, Nik, Tuxilio und Pingu hinter einem orange gedeckten Infostand mit Plüsch-Leopard, Plüsch-Pinguin, einem Laptop und einigen Flyern" diff --git a/content/blog/2024/03/2024-03-19_normalisiert-selbstbestimmung/index.md b/content/blog/2024/03/2024-03-19_normalisiert-selbstbestimmung/index.md index dec1d493..07ff7832 100644 --- a/content/blog/2024/03/2024-03-19_normalisiert-selbstbestimmung/index.md +++ b/content/blog/2024/03/2024-03-19_normalisiert-selbstbestimmung/index.md @@ -2,6 +2,10 @@ title = "Impulsvortrag: Normalisiert informationelle Selbstbestimmung!" authors = ["nik"] +[taxonomies] +zielgruppe = ["Kinder und Jugendliche", "Hacker und Maker", "Lehrkräfte und Schulen"] +aspekte = ["Digitale Mündigkeit"] + [extra.depiction] image = "thumbnail.png" alt = "Titelbild der Aufzeichnung von den Chemnitzer Linux-Tagen" diff --git a/content/blog/2024/03/2024-03-30_geburtstagsklettern/index.md b/content/blog/2024/03/2024-03-30_geburtstagsklettern/index.md index e4f89e21..4464a8b0 100644 --- a/content/blog/2024/03/2024-03-30_geburtstagsklettern/index.md +++ b/content/blog/2024/03/2024-03-30_geburtstagsklettern/index.md @@ -2,6 +2,10 @@ title = "Geburtstags-Klettern" authors = ["nik"] +[taxonomies] +tags = ["Non-technical", "Bericht"] +zielgruppe = ["Kinder und Jugendliche"] + [extra.depiction] image = "klettergruppe.jpg" alt = "Fünf Leute vor und teilweise an einer Kletterwand" diff --git a/content/blog/2024/04/2024-04-07_glt-2024/index.md b/content/blog/2024/04/2024-04-07_glt-2024/index.md index 50af760e..986c5bc0 100644 --- a/content/blog/2024/04/2024-04-07_glt-2024/index.md +++ b/content/blog/2024/04/2024-04-07_glt-2024/index.md @@ -2,6 +2,10 @@ title = "Teckids bei den Grazer Linux-Tagen 2024" authors = ["krfl9500", "codecraft"] +[taxonomies] +tags = ["Konferenzen", "GLT", "Bericht"] +zielgruppe = ["Kinder und Jugendliche", "Eltern"] + [extra.microdata] about = ["https://ticdesk.teckids.org/app/paweljong/event/froglabs-2024-glt"] diff --git a/content/blog/2024/04/2024-04-17_girls-day/index.md b/content/blog/2024/04/2024-04-17_girls-day/index.md index 10f89408..28c2b462 100644 --- a/content/blog/2024/04/2024-04-17_girls-day/index.md +++ b/content/blog/2024/04/2024-04-17_girls-day/index.md @@ -2,6 +2,10 @@ title = "Girls' Day 2024 im Linuxhotel" authors = ["nik"] +[taxononmies] +zielgruppe = ["Kinder und Jugendliche", "Lehrkräfte und Schulen", "Eltern"] +tags = ["Ankündigung"] + [extra.depiction] image = "girls-day-linuxhotel.png" alt = "Collage mit einem Luftbild des Linuxhotels sowie den Logos von Girls' Day und Linuxhotel" diff --git a/content/blog/2024/06/2024-06-01_einladung-sommerfest/index.md b/content/blog/2024/06/2024-06-01_einladung-sommerfest/index.md index 687ca462..4711c94e 100644 --- a/content/blog/2024/06/2024-06-01_einladung-sommerfest/index.md +++ b/content/blog/2024/06/2024-06-01_einladung-sommerfest/index.md @@ -2,6 +2,10 @@ title = "Einladung zum Sommerfest 2024" authors = ["nik"] +[taxonomies] +tags = ["Ankündigung"] +zielgruppe = ["Kinder und Jugendliche", "Hacker und Maker", "Eltern", "Lehrkräfte und Schulen"] + [extra.depiction] image = "linuxhotel-sonne.jpg" alt = "Das Linuxhotel und die Blumen der Lummerlandinsel in der Sonne, mit einem kugelförmigen Plüschpinguin im Vordergrund" diff --git a/content/blog/2024/06/2024-06-18_campdays/index.md b/content/blog/2024/06/2024-06-18_campdays/index.md index 41b06b44..a8667235 100644 --- a/content/blog/2024/06/2024-06-18_campdays/index.md +++ b/content/blog/2024/06/2024-06-18_campdays/index.md @@ -2,6 +2,11 @@ title = "Lungern, Löten, Lummerland – die Campdays im Juni 2024" authors = ["nik", "lumi", "tuxilio"] +[taxonomies] +tags = ["Bericht", "Campdays"] +zielgruppe = ["Kinder und Jugendliche", "Hacker und Maker"] +aspekte = ["Tinkering"] + [extra.depiction] image = "allgemein_sofa.jpg" alt = "Viele Kinder mit fast leeren Pizzatellern sitzen, die Füße hochgelegt, draußen auf grünen Sitzsack-Sofas" diff --git a/content/blog/2024/07/2024-07-08_stellenausschreibung/index.md b/content/blog/2024/07/2024-07-08_stellenausschreibung/index.md index 85236aeb..1d7f6aad 100644 --- a/content/blog/2024/07/2024-07-08_stellenausschreibung/index.md +++ b/content/blog/2024/07/2024-07-08_stellenausschreibung/index.md @@ -2,6 +2,9 @@ title = "Wir suchen dich als Chancenmanager*in" authors = ["nik"] +[taxonomies] +tags = ["Ankündigung"] + [extra.depiction] image = "sharepic.png" alt = "Sharepic" diff --git a/content/blog/2024/07/2024-07-19_downtime-bericht/index.md b/content/blog/2024/07/2024-07-19_downtime-bericht/index.md index 553b1140..3e8d47dd 100644 --- a/content/blog/2024/07/2024-07-19_downtime-bericht/index.md +++ b/content/blog/2024/07/2024-07-19_downtime-bericht/index.md @@ -2,6 +2,10 @@ title = "Recovery-Abenteuer und Storage-Optimierung" authors = ["nik"] +[taxonomies] +tags = ["Bericht", "Sysadmin"] +zielgruppe = ["Hacker und Maker"] + [extra.depiction] image = "rack-sharepic.jpg" alt = "Frontansicht einiger typischer Supermicro-Server in einem Rack" diff --git a/content/blog/2024/08/2024-08-16_laptopsuche/index.md b/content/blog/2024/08/2024-08-16_laptopsuche/index.md index ca94c663..a35a193f 100644 --- a/content/blog/2024/08/2024-08-16_laptopsuche/index.md +++ b/content/blog/2024/08/2024-08-16_laptopsuche/index.md @@ -2,6 +2,10 @@ title = "Wir brauchen Laptops" authors = ["nik"] +[taxonomies] +tags = ["Ankündigung"] +zielgruppe = ["Hacker und Maker", "Eltern"] + [extra.depiction] image = "frustriertes-kind.jpg" alt = "Ein Kind guckt frustriert auf ein Laptop" diff --git a/content/blog/2024/08/2024-08-20_hacknsun/index.md b/content/blog/2024/08/2024-08-20_hacknsun/index.md index dc2a52f0..40edcbbf 100644 --- a/content/blog/2024/08/2024-08-20_hacknsun/index.md +++ b/content/blog/2024/08/2024-08-20_hacknsun/index.md @@ -2,6 +2,12 @@ title = "Das war Hack'n'Sun 2024 in Bonn" authors = ["lianvw", "nik"] +[taxonomies] +tags = ["Bericht"] +projekt = ["Hack'n'Fun"] +aspekte = ["Freizeiten", "Tinkering", "Workshops"] +produkte = ["Hack'n'Sun"] + [extra.depiction] image = "loeten.jpg" alt = "Mehrere Kinder sitzen an einem Tisch in einem Pavillon und lernen Löten" diff --git a/content/blog/2024/09/2024-09-26_enrichment-kurs-luebeck/index.md b/content/blog/2024/09/2024-09-26_enrichment-kurs-luebeck/index.md index 7add99e4..dd3842b9 100644 --- a/content/blog/2024/09/2024-09-26_enrichment-kurs-luebeck/index.md +++ b/content/blog/2024/09/2024-09-26_enrichment-kurs-luebeck/index.md @@ -2,6 +2,11 @@ title = "„Enrichment-Kurs“ Webentwicklung mit dem Katharineum zu Lübeck" authors = ["nik"] +[taxonomies] +tags = ["Ankündigung"] +zielgruppe = ["Lehrkräfte und Schulen"] +aspekte = ["Junge Menschen in FOSS-Projekten", "Außerschulische Lernangebote"] + [extra.depiction] image = "dev-sprint-foto.jpg" alt = "Mehrere Jugendliche und Erwachsene beim Software-Entwickeln in einem Computer-Raum" -- GitLab