Project

rtram

0.0
No release in over a year
RTram provides a server to develop static websites while converting Slim and Sass into HTML and CSS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

RTram

RTram is a static website generator using Slim & Sass. It provides a server to develop static websites while converting Slim and Sass into HTML and CSS.

Installation

$ gem install rtram

Usage

Start a new website project with the following commands.

$ rtram new mysite
$ cd mysite

You can start development by starting the server with the following command.

$ rtram s
$ open http://localhost:5000

Then .slim files in slim directory and .sass or .scss files in sass directory are converted during the server is working.

The output HTML and CSS files are generated in output directory.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the RTram project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.