feat(cgit-taz): Use cheddar as the about-filter

This will render about pages using the Comrak renderer defined in
Cheddar.

Note that due to the way its implemented this will have one
interesting behaviour: Markdown files in the tree will *also* be
rendered as HTML.

I will need to see how that works out before deciding whether or not
to disable it.
This commit is contained in:
Vincent Ambo 2019-12-21 14:50:21 +00:00
parent d6c255a35d
commit 34e2570a8c

View file

@ -24,7 +24,7 @@ let
virtual-root=/
enable-http-clone=1
readme=:README.md
about-filter=${cmarkFilter}
about-filter=${pkgs.tools.cheddar}/bin/cheddar
source-filter=${pkgs.tools.cheddar}/bin/cheddar
enable-log-filecount=1
enable-log-linecount=1