Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

randomchars42/pico-uncluttered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been archived because development of picocms seems to have been discontinued. For a simple theme for a flat file based blog consider using randomchars42/jekyll-documentor with Jekyll which is used to publish github pages and most likely won't leave us in the near future.

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published