From 07e29f42a2ad53dc27d05c4a26a7304f2dddc544 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 8 Jan 2019 20:54:02 +0000 Subject: Enable README.md for about pages on repos --- etc/apache/cgitrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/apache/cgitrc b/etc/apache/cgitrc index d8068ef..78213fa 100644 --- a/etc/apache/cgitrc +++ b/etc/apache/cgitrc @@ -12,6 +12,8 @@ css=/syntax.css # Show extra links for each repository on the index page #enable-index-links=1 +enable-html-serving=1 + # Enable ASCII art commit history graph on the log pages enable-commit-graph=1 @@ -69,6 +71,8 @@ mimetype-file=/etc/mime.types #mimetype.png=image/png #mimetype.svg=image/svg+xml +readme=master:README.md +about-filter=/usr/lib/cgit/filters/about-formatting.sh source-filter=/usr/lib/cgit/filters/syntax-highlighting.sh ## ## List of repositories. -- cgit v1.2.3