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:
- the blogging functionality as described in the Pico Documentation
- the Pico pagination plugin
Installation
- Copy the
default-blog
folder in yourthemes
subdirectory of the Pico installation directory. - Copy the
pagination.php
file to theplugins
folder - Enable the Pico Blog theme in your
config.php
file:$config['theme'] = 'default-blog';
(you can find that file in yourconfig
folder)