rwdaigle / nesta-theme-clean

A minimalist theme for Nesta CMS that focuses on content readability
10 stars 1 forks source link

"Clean" Theme for Nesta CMS

The Clean theme was developed for Nesta CMS with a focus on:

Screenshots

Home page/articles list

Home/article list screenshot

Article w/ TOC

Article screenshot

Syntax highlighting

Syntax highlighting screenshot

Environment dependencies

The following environment varibles are used by Clean.

Several standard Nesta variables are also referenced and should be set for the best experience.

Installation

Install the theme as a git submodule to get the benefits of future updates.

mysite$ git submodule add git://github.com/rwdaigle/nesta-theme-clean.git themes/clean

And make sure your config/config.yml file (or NESTA_THEME env var) specifies the clean theme.

The Nesta-approved installation method is to do:

mysite$ nesta theme:install git://github.com/rwdaigle/nesta-theme-clean.git

though future updates won't be as easily propogated.