From 4ffff4264ddef681e77b754d46c5733f920c4d76 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 31 Jan 2026 14:46:33 +0100 Subject: cgit: add about section --- config/services/git/web/about.html | 3 +++ config/services/git/web/default.nix | 1 + 2 files changed, 4 insertions(+) create mode 100644 config/services/git/web/about.html (limited to 'config') 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 @@ +

+ This website lists my personal Git repositories. See also the Git repositories for my student projects and for my professional projects. +

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; -- cgit v1.2.3