Skip to content

This is a theme developed to showcase how blogging works on Phile

License

Notifications You must be signed in to change notification settings

PhileCMS/Phile-Blog-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phile-Blog-Theme

This is a theme developed to showcase how blogging works on Phile.

Disclaimer

Please use a fresh Phile installation in order to avoid errors not associated with this theme/demo.

Installation

First, download this repo and drop the folder into the root directory that Phile was installed into.

The following changes need to be made to your config.php file in order for this theme to work normally:

// set the theme for this installation
$config['theme'] = 'blog';

// set some defaults for the pages
$config['date_format'] = 'jS F, Y'; // 11th November, 2013
$config['pages_order'] = 'meta.date:desc'; // this is a blog so date ordering

return $config;

About

This is a theme developed to showcase how blogging works on Phile

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published