From 34e2570a8c18ba28987d5b2ab0cd4d0656f2ca84 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 21 Dec 2019 14:50:21 +0000 Subject: 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. --- web/cgit-taz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index e0d1b180ea..52613cd004 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -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 -- cgit 1.4.1