All Projects → scottkellum → Seasons

scottkellum / Seasons

Licence: other
Seasons is a styling framework to make it easier to get started with Treesaver.

Programming Languages

ruby
36898 projects - #4 most used programming language

NO LONGER MAINTAINED

Seasons, a boilerplate for Treesaver

live version of the latest build

Since Treesaver has been launched one of the most frequently asked questions has been “do you have a boilerplate or basic template?” The answer is yes, we have always had a bare-bones walkthrough but in-house we have been using something much more evolved. With a good boilerplate to kickstart projects, this complex framework can be fully realized.

Seasons, the boilerplate we have built up and used in house for over a year is now available as a starting point. We hope this will open the doors to get started creating dynamic HTML publications with ease, and to enable integration of Treesaver publications in content management systems.

Treesaver will still be producing high quality templates, both custom and off-the-shelf. With this documentation our clients can better understand and use the platform.

We are happy to launch Seasons, and eager to see what you do with it.

Seasons 0.9.3.beta16

A style framework for your Treesaver publication.

This is BETA software containing a beta version of Treesaver.js. Formatting is subject to change.

Modular-scale, color-schemer, and flexbox were removed in this release. Please add those to your project as needed from their individual repositories.

Seasons is a boilerplate for Treesaver, a JavaScript layout engine. While Treesaver is an awesome bit of code it takes quite a bit of tinkering to get something up and running. This project aims to do the heavy lifting for you so you can get on with designing and building your project, not just tinkering until it works.

Whats included?

Three different frameworks: CSS, Sass, and Compass. Pick your preference and get started with the bundled HTML project.

Where do I start?

Compass workflow

  • Walkthrough

  • For more detail, visit to the wiki

  • Install Compass, then install the seasons gem sudo gem install seasons --pre

  • Sart a new project using the seasons framework. compass create my_project -r seasons --using seasons

  • Create layouts and the UI in the resources.html file.

  • Organize articles in the toc.json file.

  • configure your project in the _config.scss file.

  • Style pages with the _pages.scss file.

  • Style chrome with the _chrome.scss file.

Sass workflow

  • Walkthrough

  • For more detail, visit to the wiki

  • First, install Sass. You can learn about Sass at sass-lang.com.

  • Open the seasons folder in your terminal and type sass --watch sass:html/_/css.

  • Create layouts and the UI in the _/resources.html file.

  • Organize articles in the _/toc.json file.

  • configure your project in the _config.sass file.

  • Style pages with the _pages.scss file.

  • Style chrome with the _chrome.scss file.

CSS workflow (Sass or Compass is reccomended)

  • Walkthrough

  • For more detail, visit to the wiki

  • Copy the contents of the CSS folder to the html/_/css folder, overwriting the existing CSS file.

  • Create layouts and the UI in the html/_/resources.html file.

  • Create layouts and the UI in the _/resources.html file.

  • Organize articles in the _/toc.json file.

  • Style pages with the pages.css file.

  • Style chrome with the chrome.css file.

Licence

Dual-licensed under MIT and GPLv2 with the following exceptions:

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].