X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=setup.sh;h=ed295eb9172a36a04973c8458da522565c2a4c47;hp=aa3501f8c4419cfc63a7c5503e9ceefade65eca4;hb=7c4081c2716a935c0e5a618dfed4cf16500bdec1;hpb=d0aafa5d6370307bdf0abe470be16f6a15f15162 diff --git a/setup.sh b/setup.sh index aa3501f..ed295eb 100755 --- a/setup.sh +++ b/setup.sh @@ -14,21 +14,23 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# This script depends on a few other git repos of mine, such as -# distro-functions, basic-https-conf, acme-tiny-wrapper set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR usage() { cat </dev/null || $s apt-get -y install apache2 type -P sqlite3 &>/dev/null || $s apt-get -y install sqlite3 -acme-tiny-wrapper $domain - pkgs=( # build.rb dependencies ruby-pygments.rb ruby-safe-yaml ruby-sass @@ -126,15 +128,17 @@ our \$site_footer = '$PWD/_site/gitweb-footer.html'; push @stylesheets, "/css/gitweb-site.css"; our \$favicon = '/assets/favicon.png'; # default is 25, cuts off descriptions. -our \$projects_list_description_width = 40; +our \$projects_list_description_width = 50; # a bit superflous since they are all me our \$omit_owner = true; # highlight scripts with no extension, uses a patch # that is on it's way upstream. our \$highlight_force = 1; +our \$home_text = "$script_dir/_site/gitweb_home.html"; +our \$projects_list_group_categories = 1; EOF -apache-site - $domain < # to run python scripts with cgi