forked from DGNum/infrastructure
feat(wordpress): Finish the migration of the BDS website
This commit is contained in:
parent
f5cc186ea1
commit
16f47ce227
2 changed files with 2 additions and 12 deletions
|
@ -25,6 +25,8 @@ in
|
|||
"bda.wp.dgnum.eu" = "bda.ens.fr";
|
||||
"www.cineclub.ens.fr" = "cineclub.ens.fr";
|
||||
"cineclub.wp.dgnum.eu" = "cineclub.ens.fr";
|
||||
"www.bds.ens.fr" = "bds.ens.fr";
|
||||
"bds.wp.dgnum.eu" = "bds.ens.fr";
|
||||
"www.tuteurs.ens.fr" = "tuteurs.ens.fr";
|
||||
"www.interq.ens.fr" = "interq.ens.fr";
|
||||
"www.lanuit.ens.fr" = "lanuit.ens.fr";
|
||||
|
|
|
@ -22,18 +22,6 @@ in
|
|||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"bds.wp.dgnum.eu" = {
|
||||
themes = {
|
||||
inherit (wp4nix.themes) gateway twentytwentythree;
|
||||
};
|
||||
|
||||
plugins = {
|
||||
inherit (wp4nix.plugins) user-role-editor;
|
||||
};
|
||||
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"bds.ens.fr" = {
|
||||
themes = {
|
||||
inherit (wp4nix.themes) gateway twentytwentythree;
|
||||
|
|
Loading…
Reference in a new issue