Skip to content

ennnnno/magazine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.8%
  • HTML 20.9%
  • JavaScript 11.5%
  • PHP 4.8%