update site name and home
authorShane <chown_tee@proton.me>
Sun, 11 Jan 2026 01:31:26 +0000 (01:31 +0000)
committerShane <chown_tee@proton.me>
Sun, 11 Jan 2026 01:31:26 +0000 (01:31 +0000)
etc/gitweb.conf

index dceacb65387799c2be623fd559e3158300d7fcb3..5879fc9f1ac3868092156f9207730eb1c7966054 100644 (file)
@@ -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]