X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=setup.sh;h=94dffe29c1f62aa8d04ec3f36c978bcd706a85bd;hp=66953c5b38da72a0605117976f1456b3eb0be21b;hb=512e27c6bf1c40085f9fcc4c9769ef5b8ba6f4f9;hpb=3c09af9cc854c716d9f772d1c8c1e568cacc92b9 diff --git a/setup.sh b/setup.sh index 66953c5..94dffe2 100755 --- a/setup.sh +++ b/setup.sh @@ -72,16 +72,15 @@ our @extra_breadcrumbs = ( ); our \$home_link_str = 'git'; our \$site_footer = '$PWD/_site/gitweb-footer.html'; -push @stylesheets, "/gitweb-site.css"; -push @stylesheets, "/common.css"; +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 = 40; # a bit superflous since they are all me -our $omit_owner = true; +our \$omit_owner = true; # highlight scripts with no extension, uses a patch # that is on it's way upstream. -our $highlight_force = 1; +our \$highlight_force = 1; EOF apache-site - $domain <