Compare commits
2 commits
1d686b740b
...
9a1f49d0ce
Author | SHA1 | Date | |
---|---|---|---|
9a1f49d0ce | |||
9a8c182a95 |
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
The dgnum infrastructure.
|
||||
|
||||
# Contributing
|
||||
Some instruction on how to contribute are available (in french) in [/CONTRIBUTING.md](CONTRIBUTING.md). You're expected to read this document before commiting to the repo.
|
||||
|
||||
Some instruction on how to contribute are available (in french) in [/CONTRIBUTE.md](CONTRIBUTE.md).
|
||||
You're expected to read this document before commiting to the repo.
|
||||
|
||||
Some documentation for the development tools are provided in the aforementioned file.
|
||||
|
|
|
@ -42,7 +42,7 @@ in
|
|||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"cineclub.wp.dgnum.eu" = {
|
||||
"cineclub.ens.fr" = {
|
||||
plugins = {
|
||||
inherit (wp4nix.plugins) user-role-editor;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue