Skip to content

1.0.0 beta

Pre-release
Pre-release

Choose a tag to compare

@ProjectCleverWeb ProjectCleverWeb released this 24 Jun 07:55
· 244 commits to master since this release

A complete rewrite of the entire theme from scratch. This version should be very easy to grasp in comparison to the original theme. This version also promotes avoiding redundant content across theme files.


Much of the process has been simplified, and most things have in-context examples to help with the learning curve. This includes adding plenty of code comments, and using plain English throughout the code.

The theme class helps reduce redundancy by making it easier to include specific areas of content, and change areas practically on-the-fly. See theme::part() and theme::use_part().