From 5dc2520ecd72058b505d707c42bbb60cca8ad4c9 Mon Sep 17 00:00:00 2001
From: Dario <dario@bauschutt.org>
Date: Mon, 17 Feb 2025 22:26:17 +0100
Subject: [PATCH] eh22-wiki: configure custom eh22-theme

---
 inventories/chaosknoten/host_vars/eh22-wiki.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/inventories/chaosknoten/host_vars/eh22-wiki.yaml b/inventories/chaosknoten/host_vars/eh22-wiki.yaml
index a8814c0..4b7ce47 100644
--- a/inventories/chaosknoten/host_vars/eh22-wiki.yaml
+++ b/inventories/chaosknoten/host_vars/eh22-wiki.yaml
@@ -9,3 +9,6 @@ certbot__certificate_domains:
   - "eh22.easterhegg.eu"
 certbot__new_cert_commands:
   - "systemctl reload nginx.service"
+dokuwiki__custom_theme_git_url: "https://git.hamburg.ccc.de/EH22/dokuwiki-template-sprintdoc-modified.git"
+dokuwiki__custom_theme_version: "eh22"
+dokuwiki__custom_theme_name: "sprintdoc"