From: Demonstrandum Date: Thu, 6 Aug 2020 16:23:58 +0000 (+0100) Subject: Link index.html to log.html, being the default page. X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=7b96847f786cafc37eae8f171a992b61f2585dda Link index.html to log.html, being the default page. --- diff --git a/repo-gen.sh b/repo-gen.sh index ff57661..1a33ee9 100755 --- a/repo-gen.sh +++ b/repo-gen.sh @@ -35,6 +35,7 @@ build_html () { [ ! -f favicon.png ] && ln -s ../favicon.png ./ [ ! -f logo.png ] && ln -s ../logo.png ./ [ ! -f highlight ] && ln -s ../highlight ./ + [ ! -f index.html ] && ln -s log.html index.html echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url"