diff hgwebdir.config @ 20:bbaab7501c1a

Added custom templates, did over check of code to make it work. Added templating for add repository, and styling. App globals now handles our custom static files. (logo etc can be changed)
author Marcin Kuzminski
date Sun, 28 Feb 2010 01:52:38 +0100
parents c8265b4f0c2a
children 3142616771cd
line wrap: on
line diff
--- a/hgwebdir.config	Sat Feb 27 17:40:37 2010 +0100
+++ b/hgwebdir.config	Sun Feb 28 01:52:38 2010 +0100
@@ -11,9 +11,10 @@
 contact = develop@etelko.pl
 allow_archive = gz zip bz2
 allow_push = *
-style = gitweb
+templates=/home/marcink/python_workspace/hg_app/pylons_app/templates/
+style = monoblue_custom
 pygments_style = trac
-staticurl = /static
+staticurl = /hg_static/
 baseurl = /
 
 [paths]