/pico-pure

simple flat and responsive blog theme for Pico CMS

Primary LanguageCSS

pico-pure

About

Pico-pure is a simple flat and responsive blog theme for Pico. It was made using Pure, Navigataur and Respond.

pico-pure

Installation

Create a folder named pure in your pico theme folder. Then copy the files into the folder. Open the config.php file in your root of pico. Add this line:

$config['theme'] = 'pure';

Recommended settings

  • the theme should be used for a blog
  • order your pages by date $config['pages_order_by'] = 'date';
  • order your pages descending $config['pages_order'] = 'desc';

Support

Chrome, Firefox, IE8+ (Respond is used for media queries), Safari

License

WTFPL

Issues and Requests

Feel free to contact me

NOTE

This is still work in progress. I've made this just to familiarize myself with Pure