Skip to content

moonunit9/clean-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Clean-Blog

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

Installation

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';

For the pagination I use Pico Pagination Plugin so you must add this setting to config.php

$config['pagination_limit'] = 4;

Home Page & Post Page

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

Demo : link

Screenshot

Clean-Blog-Screenshot

About

A clean, Bootstrap blog theme for Pico CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • CSS 24.0%
  • HTML 16.9%