An "uncluttered" theme for Pico CMS (https://www.picocms.org).
Based on Bits and Pieces Theme for Pico by @lostkey and ideas from Pico Clutter by @alan-luo.
It currently relies on the CurrentLevel-Plugin to display a breadcrumb-esque directory structure.
Live demo: http://blog.pixelwoelkchen.de
Simply download, unzip and move the plugin folder to your /plugins/
folder. Now move the downloaded and unzipped (you did not exxpect that, did you? ;) ) folder to /themes/
.
Enable both in your /config/config.php
, by adding:
/*
* THEME
*/
$config['theme'] = 'uncluttered';
/*
* PLUGINS
*/
$config['CurrentLevel.enabled'] = true;
Enjoy :) Or go ahead and improve it further :)