From 209874d973e923e6279037da6a114ecaa1dd581d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 23 Aug 2020 09:21:45 -0300 Subject: Fix repo.readme config and increase description length to 120 --- vps-configuration.env.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vps-configuration.env.nix') diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 01f2463..1e737d0 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -257,12 +257,11 @@ in { enable-blame=1 enable-commit-graph=1 enable-follow-links=1 - enable-index-links=1 enable-index-owner=0 enable-log-filecount=1 enable-log-linecount=1 - readme=README.md - repo.readme=README.md + max-repodesc-length=120 + repo.readme=:README.md remove-suffix=1 root-title=EuAndreh's git repositories source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py -- cgit v1.2.3