diff options
-rw-r--r-- | cgitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,5 +13,9 @@ enable-http-clone=1 # Syntax highlighting via Pygments source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +# Render MarkDown README +readme=:README.md +about-filter=/usr/lib/cgit/filters/about-formatting.sh + # Allowed repos include=/etc/cgitrepos |