BesrourMS / clean-blog

A clean, Bootstrap 5 blog theme for Pico CMS
MIT License
25 stars 15 forks source link
bootstrap-blog-theme pico-cms twig

Clean-Blog

A clean, Bootstrap blog theme for Pico CMS Designed by Start Bootstrap

Installation under Pico CMS >= 2.0

Installation under Pico CMS < 2.0

Download the clean-blog folder, upload it in the themes folder of your pico installation and change the following setting within your config.php:

 $config['theme'] = 'clean-blog';
 $config['pages_order_by'] = 'date';
 $config['pages_order'] = 'desc';

You must add these custom settings in your config file

$config['author'] = 'Your Name';
$config['facebook'] = 'https://www.facebook.com/YourPage';
$config['twitter'] = '@username';

Install the Pico Pagination Plugin, which allows to show several pages of articles titles. Go to this page to download and install it : https://github.com/rewdy/Pico-Pagination . It is basically just copying one file, very easy.Then so you must add this setting to config.php

$config['pagination_limit'] = 4;

Copy index.md & post.md from content-sample to your content folder and change the meta data

Customization

Adding a new blog article

Demo : link

Screenshot

Clean-Blog-Screenshot