ennnnno / magazine

Magazine : Blogging Theme for Pico CMS

Home Page:http://besrourms.github.io/magazine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Magazine : Blogging Theme for Pico CMS

http://besrourms.github.io/magazine/


Languages

Language:CSS 62.8%Language:HTML 20.9%Language:JavaScript 11.5%Language:PHP 4.8%