diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-31 14:46:33 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-31 14:48:00 +0100 |
| commit | 4ffff4264ddef681e77b754d46c5733f920c4d76 (patch) | |
| tree | 5617a6bcd5a400267fe75bc1a67e07bd1de5f5c4 /config/services/git/web/default.nix | |
| parent | 86b2db315e1de69582621107f9e47acc1fe06c56 (diff) | |
cgit: add about section
Diffstat (limited to 'config/services/git/web/default.nix')
| -rw-r--r-- | config/services/git/web/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
