summaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-10-10 17:02:49 -0600
committertjpcc <tjp@ctrl-c.club>2023-10-10 18:13:59 -0600
commitf5478f396d6a15f29dee3915132af99e84716f4a (patch)
treedff518257813e2071f6e58875ace0e65b7f00779 /example.conf
parent365b6bd5319cde40b5cf34b73d01e0fe5755d92e (diff)
support showyourwork template override directories on git directives
fixes #5
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf4
1 files changed, 3 insertions, 1 deletions
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 <name>" 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
}