From: Stefan Imhoff Date: Mon, 6 Dec 2021 13:32:08 +0000 (+0100) Subject: docs: update link to project page X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=HEAD;hp=20792560bb182f98e048d5dcfb769e4cd1770c1f docs: update link to project page Fixes #40 --- diff --git a/README.markdown b/README.markdown index d9d3cee..503fae2 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,12 @@ +![Maintenance](https://img.shields.io/maintenance/yes/2020.svg) +![GitHub Stars](https://img.shields.io/github/stars/kogakure/gitweb-theme.svg?style=social&label=Star) +![GitHub Forks](https://img.shields.io/github/forks/kogakure/gitweb-theme.svg?style=social&label=Fork) + # Theme for gitweb This is an alternative theme for [gitweb] (tested with git web interface version 2.0.4). It is *strongly* inspired by GitHub. -Fullsize screenshots available on [kogakure.github.com/gitweb-theme][gitweb-theme]. +Fullsize screenshots available on [kogakure.github.io/gitweb-theme][gitweb-theme]. ## Installation The installation of this stylesheet is very easy: @@ -50,7 +54,7 @@ $feature{'avatar'}{'default'} = ['gravatar']; ``` [gitweb]: http://git.or.cz/gitwiki/Gitweb -[gitweb-theme]: http://kogakure.github.com/gitweb-theme +[gitweb-theme]: https://kogakure.github.io/gitweb-theme/ ### Categories diff --git a/gitweb.css b/gitweb.css index c57d577..65458de 100644 --- a/gitweb.css +++ b/gitweb.css @@ -99,6 +99,16 @@ td, th { display: none; } +#generating_info { + font-size: 10px; + color: #aaa; + text-align: center; +} + +#generating_time, #generating_cmd { + font-weight: bold; +} + /* Page Header ---------------------------------------------------------------------------- */ diff --git a/setup b/setup index d35e07b..fa2ae83 100755 --- a/setup +++ b/setup @@ -56,7 +56,7 @@ install() then log "Skipping $FILE.bak, file exists..." else - mv $MV_ARGS "$TARGET/$FILE" "$TARGET/$FILE.bak" + mv -f $MV_ARGS "$TARGET/$FILE" "$TARGET/$FILE.bak" fi done log ""