shroomgit

static git repos page gen
Log | Files | Refs | README

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

removed personal config, reverted to default

Signed-off-by: David Voznyarskiy <davidv@no-reply@disroot.org>

Diffstat:
Mconfig/config.go | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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