index : sparkle-git.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2023-12-27 20:11:56.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-05-14 6:40:47.0 +00:00:00
commit
0c6141c4b45f5064f42284f634976cf640bcdd33 [patch]
tree
85c478ce354e8957b39c3f44bc3a2cb4e1d82748
parent
0e5543fba92d8089e4705f3733bab8cc1330cb81
download
0c6141c4b45f5064f42284f634976cf640bcdd33.tar.gz

docs(man) add section on custom css



Diff

 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.