From f5478f396d6a15f29dee3915132af99e84716f4a Mon Sep 17 00:00:00 2001 From: tjpcc Date: Tue, 10 Oct 2023 17:02:49 -0600 Subject: support showyourwork template override directories on git directives fixes #5 --- example.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example.conf') diff --git a/example.conf b/example.conf index 18f58f7..0a8f3e0 100644 --- a/example.conf +++ b/example.conf @@ -108,5 +108,7 @@ gemini 0.0.0.0:1965 { # "static", "cgi", and "git" directives support an "auth " clause which requires that an authentication to pass. cgi ~/public_gemini/cgi-bin/private at /~/cgi-bin/private auth private_gemini - git ~/code at /~/code + # The "templates" modifier can be used on "git" directives and provide a directory with template files in it. + # These can be used to customize the presentation of git repositories. + git ~/code at /~/code with templates /var/syw_templates } -- cgit v1.2.3