Skip to content

BesrourMS/magazine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magazine

Magazine : Blogging Theme for Pico CMS

Installation

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

 $config['theme'] = 'magazine'; 
 $config['pages_order_by'] = 'date'; 

You must add these custom settings in your config file

$config['author'] = 'Your Name';  
$config['authordescription'] = 'Web Developer';
$config['authortwitter'] = 'https://twitter.com/YourUsername'; 
$config['authorfacebook'] = 'https://facebook.com/YourPage';
$config['authorinstagram'] = 'https://www.instagram.com/YourUsername';
$config['authorimage'] = 'http://yoursite.com/images/yourphoto.jpg';
$config['numPerPage'] = 16; // Number of posts on front page

For Pico CMS >= 2.0 add to config/config.yml

theme: magazine

(If the file does not exist, create it. For more info see config/config.yml.template)

Search & Categories

To activate search & categories functionalities, Download the plugins folder, upload the two folders : (pico_categories_page, pico_search) in your plugins folder and download search.md & categories.md from content-sample and upload its to your content folder.

Front Page & Post Page

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