diff --git a/config/config.php.template b/config/config.php.template new file mode 100644 index 0000000..c0195ee --- /dev/null +++ b/config/config.php.template @@ -0,0 +1,54 @@ + false, // To enable Twig caching change this to CACHE_DIR +// 'autoescape' => false, // Autoescape Twig vars +// 'debug' => false // Enable Twig debug +// ); + +/* + * CONTENT + */ +// $config['date_format'] = '%D %T'; // Set the PHP date format as described here: http://php.net/manual/en/function.strftime.php +// $config['pages_order_by'] = 'alpha'; // Order pages by "alpha" or "date" +// $config['pages_order'] = 'asc'; // Order pages "asc" or "desc" +// $config['excerpt_length'] = 50; // The pages excerpt length (in words) +// $config['content_dir'] = 'content-sample/'; // Content directory + +/* + * TIMEZONE + */ +// date_default_timezone_set('UTC'); // Timezone may be reqired by your php install + +/* + * CUSTOM + */ +// $config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_setting }} in a theme + +// Keep this line +return $config; \ No newline at end of file