diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 14:31:53 -0300 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 14:31:53 -0300 |
commit | 93bb00e25b740eb7e64b5ac4df3a07116da96c46 (patch) | |
tree | 378ad7648d30817065a22fb6843bcd9ecf9273dd /cgitrc | |
parent | 6490cd583916f1dbb5d2508e98b37883ce2ef813 (diff) |
cgitrc: Render MarkDown README
Diffstat (limited to 'cgitrc')
-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 |