Skip to content

fuzzyfox/pico-flatui-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico FlatUI Blog Theme

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus, fugiat, nisi, totam pariatur eum quidem nemo quis obcaecati repellendus tempore nobis soluta facilis maiores magni impedit ratione fuga ducimus placeat.

Installation

From the root directory of your Pico installation:

git clone https://github.com/fuzzyfox/pico-flatui-blog.git ./themes/flatui-blog

Once you’ve downloaded yourself a copy of the theme, open up the Pico configuration file (./config.php) and add the following lines:

$config['theme']          = 'flatui-blog';
$config['pages_order_by'] = 'date';
$config['pages_order']    = 'desc';
$config['date_format']    = 'D j<\s\u\p>S</\s\u\p> M Y';

Once that’s done you’re good to go!

License

Theme - Code

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Theme - Design

Flat UI Free is licensed under a Creative Commons Attribution 3.0 Unported (CC BY 3.0) (http://creativecommons.org/licenses/by/3.0/) and MIT License - http://opensource.org/licenses/mit-license.html.

You are allowed to use these elements anywhere you want, however its creators highly appreciate if you will link to their website when you share them - http://designmodo.com

Pico

Copyright (c) 2012 Dev7studios Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.