Pico-pure is a simple flat and responsive blog theme for Pico. It was made using Pure, Navigataur and Respond.
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';
- 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';
Chrome, Firefox, IE8+ (Respond is used for media queries), Safari
WTFPL
Feel free to contact me
This is still work in progress. I've made this just to familiarize myself with Pure