From 0c6141c4b45f5064f42284f634976cf640bcdd33 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Wed, 27 Dec 2023 21:11:56 +0100 Subject: [PATCH] docs(man) add section on custom css --- doc/man/rgitrc.5 | 10 ++++++++++ doc/man/rgitrc.5.md | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/doc/man/rgitrc.5 b/doc/man/rgitrc.5 index b89b81f..532a302 100644 --- a/doc/man/rgitrc.5 +++ b/doc/man/rgitrc.5 @@ -44,6 +44,16 @@ Default value: unset See also: \f[V]enable_http_clone\f[R], \f[V]ssh_clone_prefix\f[R] .RE .TP +\f[B]css\f[R] +Specifies an absolute path on the filesystem to the css document to +include in all pages. +.RS +.PP +If set, the default stylesheet will replaced with this one. +.PP +Default value: None +.RE +.TP \f[B]enable_http_clone\f[R] If set to \f[I]true\f[R], rgit will act as a dumb HTTP endpoint for git clones. diff --git a/doc/man/rgitrc.5.md b/doc/man/rgitrc.5.md index e8d0f56..b7979f5 100644 --- a/doc/man/rgitrc.5.md +++ b/doc/man/rgitrc.5.md @@ -34,6 +34,14 @@ GLOBAL SETTINGS `enable_http_clone`, `ssh_clone_prefix` +**css** + +: Specifies an absolute path on the filesystem to the css document to include in all pages. + + If set, the default stylesheet will replaced with this one. + + Default value: None + **enable_http_clone** : If set to _true_, rgit will act as a dumb HTTP endpoint for git clones. -- libgit2 1.7.2