Add favicon support
[geekigeeki.git] / geekigeeki.conf.py
1 # Configuration values
2 site_name = 'Codewiz'
3
4 # set to None for read-only sites, leave empty ('') to allow anonymous edits
5 # otherwise, set to a URL that requires authentication
6 privileged_url = 'https://www.develer.com/~bernie/wiki'
7
8 data_dir = '/home/bernie/public_html/wiki/data'
9
10 # default page links
11 icon_url = 'hacker-favicon.ico'
12 css_url = ['../wikidata/geekigeeki.css']
13
14 history_url = '../wikigit/wiki.git'
15
16 post_edit_hook = './post_edit_hook.sh'
17
18 datetime_fmt = '%a %d %b %Y %I:%M %p'
19
20 # Is it possible to edit pages?
21 allow_edit = True
22
23 # show hostnames?
24 show_hosts = True
25
26 # prefix before nonexistent link (usually '?')
27 nonexist_pfx = ''
28
29 # maximum image width in pixels
30 image_maxwidth = 800
31
32 # Set to True for CGI var dump
33 debug_cgi = False