commit e4b947d2970323441048fa60bc1b9159c8b1f64d
parent 12eecb0147cdc40012eba2fc8260d479ff98a56f
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sun, 16 Aug 2020 12:21:19 +0200

Add about page setup to make-public

Diffstat:
Mgit-shell-commands/make-public | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/git-shell-commands/make-public b/git-shell-commands/make-public @@ -35,7 +35,9 @@ cd "$webdir/$d" || continue stagit -c ".stagit-build-cache" "$reposdir/$r" # symlinks -ln -sf log.html index.html +[ -f "about.html" ] \ + && ln -sf about.html index.html \ + || ln -sf log.html index.html ln -sf "$reposdir/$r" ".git" echo "done"