From 8f9ac9ca6ec64cdde2065347855bbdf417d74d8e Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 19 Apr 2026 00:47:58 +0200 Subject: [PATCH] Update system config, theme blueprint and langswitcher config Co-Authored-By: Claude Sonnet 4.6 --- config/plugins/langswitcher.yaml | 5 +++++ config/system.yaml | 2 +- themes/natascha/blueprints.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 config/plugins/langswitcher.yaml diff --git a/config/plugins/langswitcher.yaml b/config/plugins/langswitcher.yaml new file mode 100644 index 0000000..7534b09 --- /dev/null +++ b/config/plugins/langswitcher.yaml @@ -0,0 +1,5 @@ +enabled: true +built_in_css: true +translated_urls: true +untranslated_pages_behavior: none +language_display: short diff --git a/config/system.yaml b/config/system.yaml index af978f9..ba6ff69 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -168,7 +168,7 @@ debugger: shutdown: close_connection: true images: - adapter: gd + adapter: imagick default_image_quality: 85 cache_all: false cache_perms: '0755' diff --git a/themes/natascha/blueprints.yaml b/themes/natascha/blueprints.yaml index a08484d..16cdb8e 100644 --- a/themes/natascha/blueprints.yaml +++ b/themes/natascha/blueprints.yaml @@ -1,4 +1,4 @@ -name: Natascha +name: Natascha's Theme version: 1.0.0 description: Custom theme for Natascha Rieter art gallery website type: theme