1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

[metis,wordpress] New theme

This commit is contained in:
Stefan Ellmauthaler 2024-03-14 12:15:30 +01:00
parent d8b941ce9a
commit 4f46ac79df
Failed to extract signature

View File

@ -54,6 +54,12 @@ with lib; {
version = "3.8.3"; version = "3.8.3";
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY="; hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
}; };
ascend = fetchTheme {
name = "ascend";
version = "1.4.13";
hash = "sha256-LTF7kDGJ36JuQ7ZGWl2wRCrQBmo9uD30/OlPDpl7cd0=";
}
antispam-bee = fetchPlugin { antispam-bee = fetchPlugin {
name = "antispam-bee"; name = "antispam-bee";
version = "2.11.5"; version = "2.11.5";
@ -91,7 +97,7 @@ with lib; {
sites."${cfg.domain}" = { sites."${cfg.domain}" = {
package = pkgs.wordpress6_4; package = pkgs.wordpress6_4;
plugins = {inherit antispam-bee wordpress-seo templates-patterns-collection code-block-pro teachpress;}; 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";}; settings = {WP_DEFAULT_THEME = "neve";};
virtualHost = { virtualHost = {
enableACME = true; enableACME = true;