]> git.bts.cx Git - garden.git/blob - config.php
Added template
[garden.git] / config.php
1 <?php
2
3 define('GARDEN_SITE_BASE_URL', 'https://bts.cx');
4
5 define('GARDEN_CONTENT_DIR', garden_path(__DIR__, 'content'));
6 define('GARDEN_TEMPLATE_DIR', garden_path(__DIR__, 'templates'));
7
8 define('GARDEN_OUTPUT_DIR', garden_path(__DIR__, 'public'));
9
10
11
12 // Put anything here you want the templates to be able to see...
13
14 define('site_name', 'bts.cx');