diff --git a/docs.html b/docs.html index 7cde3f0..2696d9e 100644 --- a/docs.html +++ b/docs.html @@ -112,8 +112,7 @@
  • That's it. Tweak the .htaccess file if required.

    1. -

      You can override the default Pico settings (and add your own custom settings) by editing config.php in the root Pico directory. The config.php file - lists all of the settings and their defaults. To override a setting simply uncomment it in config.php and set your custom value.

      +

      You can override the default Pico settings (and add your own custom settings) by editing config/config.php in the Pico directory. The config/config.php.template lists all of the settings and their defaults. To override a setting simply copy config/config.php.template to config/config.php, uncomment the setting and set your custom value.


      Creating Content

      Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content-sample" @@ -175,15 +174,15 @@ Template: index (allows you to use different templates in your theme)

      Themeing

      You can create themes for your Pico installation and in the "themes" folder. Check out the default theme for an example of a theme. Pico uses Twig for it's templating engine. You can select your theme by setting the $config['theme'] variable - in config.php to your theme folder.

      + in config/config.php to your theme folder.

      All themes must include an index.html file to define the HTML structure of the theme. Below are the Twig variables that are available to use in your theme: