shroomgit

generate static pages of git repos
git clone https://git.davidvoz.net/shroomgit.git
index
logs
tree
license

commit fd319a180750f25827aa2e25f02b2dbf6cbb3c88
Author: David Voznyarskiy <davidv@no-reply@disroot.org>
Date:   Fri Mar 20 23:25:08 2026 -0700

    removed personal config, reverted to default
    
    Signed-off-by: David Voznyarskiy <davidv@no-reply@disroot.org>

diff --git a/config/config.go b/config/config.go
index 3a40ad3..7c67984 100644
--- a/config/config.go
+++ b/config/config.go
@@ -14,10 +14,10 @@ type Config struct { var Shindex = Config{ Title: "Repositories", Logo: "logo.png",
- LogoHref: "https://git.davidvoz.net",
- LogoWidth: 88,
- LogoHeight: 36,
- Desc: "this is a static index of my repos, for more visit <a href='https://git.disroot.org/davidv'>here</a>",
+ LogoHref: "",
+ LogoWidth: 0,
+ LogoHeight: 0,
+ Desc: "",
} // shgit config