From 4f46ac79dfc2924db3b72a8e497ed29e6be87a33 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 14 Mar 2024 12:15:30 +0100 Subject: [PATCH] [metis,wordpress] New theme --- modules/server/wordpress.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/server/wordpress.nix b/modules/server/wordpress.nix index 2ee2f58..0767950 100644 --- a/modules/server/wordpress.nix +++ b/modules/server/wordpress.nix @@ -54,6 +54,12 @@ with lib; { version = "3.8.3"; hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY="; }; + + ascend = fetchTheme { + name = "ascend"; + version = "1.4.13"; + hash = "sha256-LTF7kDGJ36JuQ7ZGWl2wRCrQBmo9uD30/OlPDpl7cd0="; + } antispam-bee = fetchPlugin { name = "antispam-bee"; version = "2.11.5"; @@ -91,7 +97,7 @@ with lib; { sites."${cfg.domain}" = { package = pkgs.wordpress6_4; plugins = {inherit antispam-bee wordpress-seo templates-patterns-collection code-block-pro teachpress;}; - themes = {inherit neve;}; + themes = {inherit neve ascend;}; settings = {WP_DEFAULT_THEME = "neve";}; virtualHost = { enableACME = true;