Skip to content

Micky261/cluttering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Cluttering for Pico

This theme is a clone of Clutter by Alan Luo with some features disabled and some extensions.

This theme is optimised for the use in the Pico App for Nextcloud. Therefore all imported scripts from the CDNs used must be replaced by local scripts placed in the respective folders. This includes:

The additional PHP plugin from the original theme is not necessary.

Additional Features (compared to the original)

Page Priorities

Pages can be assigned a priority in the Frontmatter of every Markdown file. This priority is used for the sidebar navigation order. You can set priorities 1, 2, 3 and 9 or leave it empty. 1-3 are shown above the 'standard' pages, 9 is shown below. This works also for folders (index.md).

---
title: Lorem Ipsum
Priority: 1
---

Priorities

Page Descriptions

Each page can be given a description, which is shown when hovering over the sidebar item and next to the title of the page. This works also for folders (index.md).

---
title: Theme Styling Test
Description: Learn how to use themes
---

Description as TooltipDescription in Title

Icons for Folders and Pages

The icons can be seen in the screenshots above.

The SVGs are taken from the Bootstrap Icons library, which uses the MIT licence: File Earmark and Folder

Minor Changes

  • The Table of Contents contains h2 and h3 elements instead of only h2.
  • Some changes to the design were applied, including (but not limited to) another link colour, full page width and images restricted to 100% width.

About

An extension for Clutter

Topics

Resources

Stars

Watchers

Forks

Languages

  • Twig 61.5%
  • CSS 38.5%