Skip to content

michaelhettwer/pico-uncluttered

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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.

Live demo: http://blog.pixelwoelkchen.de

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

About

An uncluttered theme for Pico CMS (https://www.picocms.org)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 79.0%
  • HTML 21.0%