This is blogging theme for the default Pico CMS theme.
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.
This blog theme implements:
- the blogging functionality as described in the Pico Documentation
- the Pico pagination plugin
- 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)
- add pagination on post pages
- add date on post pages