2
by Nathan Osman
Added hooks and configuration options. |
1 |
options: |
2 |
title: |
|
3 |
default: ThinkUp |
|
4 |
type: string |
|
5 |
description: The name of the site |
|
6 |
timezone: |
|
6
by Nathan Osman
Removed sed and switched to a PHP script for updating the config file. |
7 |
default: UTC |
2
by Nathan Osman
Added hooks and configuration options. |
8 |
type: string |
9 |
description: The timezone for the server to use |
|
10 |
cache: |
|
11 |
default: false |
|
12 |
type: string |
|
13 |
description: Whether to cache pages or not |
|
14 |
cache-lifetime: |
|
15 |
default: 600 |
|
16 |
type: int |
|
17 |
description: The time to cache a page for |