Skip to content

randomchars42/pico-uncluttered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pico-uncluttered

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.

Installation

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 :)