Merge fb5c2e193a
into 234c295f69
This commit is contained in:
commit
4aac7e7257
1 changed files with 14 additions and 15 deletions
29
config.php
29
config.php
|
@ -1,23 +1,22 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|
||||
// Override any of the default settings below:
|
||||
|
||||
$config['site_title'] = 'Pico'; // Site title
|
||||
$config['base_url'] = ''; // Override base URL (e.g. http://example.com)
|
||||
$config['theme'] = 'default'; // Set the theme (defaults to "default")
|
||||
$config['date_format'] = 'jS M Y'; // Set the PHP date format
|
||||
$config['twig_config'] = array( // Twig settings
|
||||
'cache' => false, // To enable Twig caching change this to CACHE_DIR
|
||||
'autoescape' => false, // Autoescape Twig vars
|
||||
'debug' => false // Enable Twig debug
|
||||
);
|
||||
$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['site_title'] = 'Pico'; // Site title
|
||||
//$config['base_url'] = ''; // Override base URL (e.g. http://example.com)
|
||||
//$config['theme'] = 'default'; // Set the theme (defaults to "default")
|
||||
//$config['date_format'] = 'jS M Y'; // Set the PHP date format
|
||||
//$config['twig_config'] = array( // Twig settings
|
||||
// 'cache' => false, // To enable Twig caching change this to CACHE_DIR
|
||||
// 'autoescape' => false, // Autoescape Twig vars
|
||||
// 'debug' => false // Enable Twig debug
|
||||
//);
|
||||
//$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)
|
||||
|
||||
// To add a custom config setting:
|
||||
|
||||
$config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_setting }} in a theme
|
||||
//$config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_setting }} in a theme
|
||||
|
||||
*/
|
Loading…
Add table
Reference in a new issue