diff --git a/config.php b/config.php index b0d06d7..75bbafd 100644 --- a/config.php +++ b/config.php @@ -1,28 +1,22 @@ array( - 'environment' => 'dev', - 'content_dir' => 'content', - 'plugins_dir' => 'plugins', - 'templates_dir' => 'templates', - 'default_template' => 'base.twig', - 'content_ext' => array('.md', '.markdown'), - 'plugins_enabled' => true - ), - 'site' => array( - 'site_root' => 'Site root URL goes here', - 'site_title' => 'Zepto', - 'date_format' => 'jS M Y', - 'excerpt_length' => '50', - 'nav' => array( - 'class' => 'nav', - 'dropdown_li_class' => 'dropdown', - 'dropdown_ul_class' => 'dropdown-menu', - 'dropdown_li_markup' => '
  • %s