You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
411 B

# The directories where your projects are. Must not end with a slash.
$projectroot = "{{gitweb_root}}";
# Base URLs for links displayed in the web interface.
#@git_base_url_list = qw(git://{{ansible_host}} http://{{ansible_host}});
# syntax highlighting
#$highlight_bin = "/usr/bin/highlight";
$feature{'highlight'}{'default'} = [1];
$site_name = 'git';
push @stylesheets, "static/{{gitweb_stylesheet}}";