add libreplanet slides
[iankelling.org] / setup.sh
index 5aaf019c160b1f6d36124994d4a6c114fb949648..a68c4fc7e0a6ff9d10ba02e417a637cc0ff57d37 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -128,12 +128,14 @@ 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 -p $port - $domain <<EOF