From 4311625ea280c12cbb723e2275cf06550552dc65 Mon Sep 17 00:00:00 2001 From: theshka Date: Thu, 30 Apr 2015 12:10:46 -0400 Subject: [PATCH 1/2] Update config.php.template --- config.php.template | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config.php.template b/config.php.template index f2ca8be..69c0ec0 100644 --- a/config.php.template +++ b/config.php.template @@ -17,26 +17,26 @@ /* * BASIC */ -// $config['site_title'] = 'Pico'; // Site title -// $config['base_url'] = ''; // Override base URL (e.g. http://example.com) +// $config['site_title'] = 'Pico'; // Site title +// $config['base_url'] = ''; // Override base URL (e.g. http://example.com) /* * THEME */ -// $config['theme'] = 'default'; // Set the theme (defaults to "default") -// $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['theme'] = 'default'; // Set the theme (defaults to "default") +// $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 // ); /* * CONTENT */ -// $config['date_format'] = 'jS M Y'; // Set the PHP date format -// $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['date_format'] = 'jS M Y'; // Set the PHP date format +// $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 /* @@ -47,4 +47,4 @@ /* * CUSTOM */ -// $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 From 1cfefb03374d6d110411a918e6706e8155ad60ad Mon Sep 17 00:00:00 2001 From: theshka Date: Thu, 30 Apr 2015 12:13:06 -0400 Subject: [PATCH 2/2] Update config.php.template --- config.php.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php.template b/config.php.template index 69c0ec0..f6d5cf2 100644 --- a/config.php.template +++ b/config.php.template @@ -25,9 +25,9 @@ */ // $config['theme'] = 'default'; // Set the theme (defaults to "default") // $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 +// 'cache' => false, // To enable Twig caching change this to CACHE_DIR +// 'autoescape' => false, // Autoescape Twig vars +// 'debug' => false // Enable Twig debug // ); /*