X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gitweb_config.perl;h=a9393f51442ea4cc2ae1f32363be023966020791;hb=2776ec9d104a0cd3fefb2ebb09bf32f4f13cc80a;hp=4d0c44c6987d2d809b361fb5d61b64eb9d9c5654;hpb=559fd0250c8103477eaaad02b38c2ccfdbdda9f7;p=geekigeeki.git diff --git a/gitweb_config.perl b/gitweb_config.perl index 4d0c44c..a9393f5 100755 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -11,12 +11,14 @@ $projectroot = "/home/bernie/public_html/wiki/git"; $site_name = "Codewiz Git Repositories"; # templating -@stylesheets = ("../wikidata/gitweb.css"); -$logo = "../wikidata/git-logo.png"; -$favicon = "../wikidata/git-favicon.png"; +@stylesheets = ("../wiki/gitweb.css"); +$logo = "../wiki/git-logo.png"; +$favicon = "../wiki/favicon.ico"; $feature{'blame'}{'default'} = [1]; +#$feature{'avatar'}{'default'} = ['gravatar']; + #bernie: not working with rewrite rule $feature{'pathinfo'}{'default'} = [1];