diff options
| -rw-r--r-- | config/services/git/web/about.html | 3 | ||||
| -rw-r--r-- | config/services/git/web/default.nix | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/services/git/web/about.html b/config/services/git/web/about.html new file mode 100644 index 0000000..32f909c --- /dev/null +++ b/config/services/git/web/about.html @@ -0,0 +1,3 @@ +<p> + This website lists <a href="https://quentin.aristote.fr/">my</a> personal Git repositories. See also the Git repositories for <a href="https://git.eleves.ens.fr/qaristote">my student projects</a> and for <a href="https://gitlab.math.univ-paris-diderot.fr/aristote">my professional projects</a>. +</p> diff --git a/config/services/git/web/default.nix b/config/services/git/web/default.nix index c2bb2f1..46e70f3 100644 --- a/config/services/git/web/default.nix +++ b/config/services/git/web/default.nix @@ -20,6 +20,7 @@ in head-include = "${./head.html}"; root-title = "repositories"; root-desc = "by Quentin Aristote"; + root-readme = "${./about.html}"; source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; clone-prefix = "https://git.aristote.fr"; section-from-path = 1; |
