aboutsummaryrefslogtreecommitdiff
path: root/modules/cgit.nix
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-07-31 23:12:10 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-07-31 23:12:10 +0200
commitd45fda274030bf32a62f67cb224931a60bd3b382 (patch)
tree1c2d5d37ee4f36dced22cad07d128d3be0d7251b /modules/cgit.nix
parent3c9ba1c4773779692e961f99658d94d3fcccdb60 (diff)
Fixed the bad theming and the width
Diffstat (limited to 'modules/cgit.nix')
-rw-r--r--modules/cgit.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/cgit.nix b/modules/cgit.nix
index 28b3531..8c411a7 100644
--- a/modules/cgit.nix
+++ b/modules/cgit.nix
@@ -77,6 +77,15 @@
# Syntax highlighting
source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py";
about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh";
+
+ # Which file about-filter renders on a repo's summary page - tried in
+ # order, first match wins (a list here becomes repeated `readme=`
+ # lines, cgitrc's own convention for this setting).
+ readme = [
+ ":README.md"
+ ":readme.md"
+ ":README"
+ ];
};
};