docs(man) add section on custom css
Diff
doc/man/rgitrc.5 | 10 ++++++++++
doc/man/rgitrc.5.md | 8 ++++++++
2 files changed, 18 insertions(+)
@@ -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.
@@ -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.