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.
10 # Directory where entries are stored
11 data_path = "/tmp/blog/data"
13 # Path where templates are stored. Use an empty string for the built-in
14 # default templates. If they're not found, the built-in ones will be used.
15 templates_path = "/tmp/blog/templates"
17 # URL to the blog, including the name. Can be a full URL or just the path.
18 blog_url = "/blog/blitiri.cgi"
20 # Style sheet (CSS) URL. Can be relative or absolute. To use the built-in
21 # default, set it to blog_url + "/style".
22 css_url = blog_url + "/style"
25 title = "I don't like blogs"
28 author = "Hartmut Kegan"