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 */