From 3711b687fa2566474287d9808494c08c9f8403c6 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 11 Jun 2023 17:19:00 +0200 Subject: [PATCH] Add example page --- config.toml | 2 ++ content/hacknfun/freizeiten.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 content/hacknfun/freizeiten.md diff --git a/config.toml b/config.toml index 9dc6ce46..0da76a34 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,8 @@ hard_link_static = true #minify_html = true taxonomies = [ + { name = "Projekt", render = false }, + { name = "Zielgruppe", render = false }, ] [markdown] diff --git a/content/hacknfun/freizeiten.md b/content/hacknfun/freizeiten.md new file mode 100644 index 00000000..097abee9 --- /dev/null +++ b/content/hacknfun/freizeiten.md @@ -0,0 +1,9 @@ ++++ +title = "Freizeiten" + +[taxonomies] +projekt = ["Hack'n'Fun"] +zielgruppe = ["Kinder und Jugendliche", "Eltern"] ++++ + +TBA -- GitLab