3 # This is the sample configuration file for a blitiri blog engine.
4 # If you omit a variable, the default will be used.
6 # If you prefer, you can set the values directly inside blitiri.cgi and not
7 # have a configuration file.
9 # Directory where entries are stored
12 # Path where templates are stored. Use an empty string for the built-in
13 # default templates. If they're not found, the built-in ones will be used.
14 templates_path = "templates/"
16 # URL to the wiki, including the name. Can be a full URL or just the path.
17 wiki_url = "/wiki/wikiri.cgi"
19 # Style sheet (CSS) URL. Can be relative or absolute. To use the built-in
20 # default, set it to wiki_url + "/style".
21 css_url = wiki_url + "/style"
24 title = "I like wikis"
26 # History backend. Can be one of:
27 # - "none" for no history
28 # - "git" to use git (needs git and the data path to be a repository)
29 # - "darcs" to use darcs (needs darcs and the data path to be a repository)
30 # - "auto" to select automatically (looks if the data path is a repository)