Hi at Home!

This is the content of the index.md.

About Pico CMS

Pico CMS is a flat file CMS, this means there is no administration backend or database to deal with. You simply create markdown files in the `content folder. This file will be rendered a webpage page.

About the Pico CMS default blog theme

This is blogging theme for the default Pico CMS theme.

This blog theme implements:

Installation

  1. Copy the default-blog folder in your themes subdirectory of the Pico installation directory.
  2. Copy the pagination.php file to the plugins folder
  3. Enable the Pico Blog theme in your config.php file: $config['theme'] = 'default-blog'; (you can find that file in your config folder)