summaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
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
}