18:464f9dec4e2f
Anton Shestakov <av6@dwimlabs.net>, Mon, 27 Jun 2016 16:49:16 +0800
use a more YAMLy syntax everywhere Some lines were getting out of hand length-wise.

next change 22:41738f738ed3
previous change 17:5a3522b5fd5c

roles/hgweb/templates/hgweb.conf

Permissions: -rw-r--r--

Other formats: Feeds:
[paths]
/ = /home/{{ hgweb_user }}/repos/*
[extensions]
highlight =
simple4server = /home/{{ hgweb_user }}/evolve/hgext/simple4server.py
[web]
baseurl = http://{{ hgweb_subdomain }}.{{ hostname }}/
logourl = http://{{ hgweb_subdomain }}.{{ hostname }}/
contact = {{ hgweb_contact }}
staticurl = /static
pygments_style = tango
highlightfiles = size('<100k')
highlightonlymatchfilename = True