X-Git-Url: http://git.purplebirdman.com/gitweb.git/blobdiff_plain/e312b859fda83f9cee98d5bfd2fd554108f055ec..56442f2d4c0ffd257d38a7eb0024e709257000f9:/gitweb.conf diff --git a/gitweb.conf b/gitweb.conf index 8a6b0ee..d4cbcb4 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -41,3 +41,12 @@ $per_request_config = 1; $my_uri = "/"; $base_url = $ENV{BASE_URL}; + +# Set a meaningful site name +our $site_name = 'purplebirdman git'; + +# Order projects by age +our $default_projects_order = 'age'; + +# Longer column width +our $projects_list_description_width = 50;