Changes
1 changed files (+2/-2)
-
-
@@ -193,9 +193,9 @@# No spam plz noplainemail = 1; # The default md2html filter uses the super slow python-markdown, so instead use MD4C about-filter = "${pkgs.writeShellScript "md2html" '' about-filter = pkgs.writeShellScript "md2html" '' ${pkgs.md4c}/bin/md2html --github | sed 's/<a href="\([^/]*\)">/<a href="tree\/\1">/g' ''}"; ''; readme = ":README.md"; # To make repo unlisted, add hide=1 to its cgitrc section-from-path = 1;
-