projects
/
nutratech
/
vps-root.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ebb6c
)
update site name and home
author
Shane
<chown_tee@proton.me>
Sun, 11 Jan 2026 01:31:26 +0000
(
01:31
+0000)
committer
Shane
<chown_tee@proton.me>
Sun, 11 Jan 2026 01:31:26 +0000
(
01:31
+0000)
etc/gitweb.conf
patch
|
blob
|
history
diff --git
a/etc/gitweb.conf
b/etc/gitweb.conf
index dceacb65387799c2be623fd559e3158300d7fcb3..5879fc9f1ac3868092156f9207730eb1c7966054 100644
(file)
--- a/
etc/gitweb.conf
+++ b/
etc/gitweb.conf
@@
-9,6
+9,12
@@
$git_temp = "/tmp"; # [CUSTOM]
# target of the home link on top of all pages
$home_link = $my_uri || "/"; # [CUSTOM: Link to root]
+# Label for the "home link"
+$home_link_str = "Home"; # [CUSTOM]
+
+# Site Name
+$site_name = "Wombat Git"; # [CUSTOM]
+
# html text to include at home page
$home_text = "indextext.html"; # [CUSTOM]