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