Project

spinto

0.01
No commit activity in last 3 years
No release in over 3 years
Spinto uses Jekyll and plugins to build static sites, this gem provides the spinto-site builder.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9
~> 3.11

Runtime

= 0.12.1
= 2.1.0
= 4.2.9
= 3.1.19
= 0.11.2.5
 Project Readme

Spinto Ruby Gem

Spinto is a CMS alternative for building websites with non-technical contributors over Git. The site builder on Spinto's server is a flavor of Jekyll, with added support for CoffeeScript, LESS, SASS and SCSS.

The Spinto Ruby Gem comes with a server to build and preview your website on your own computer. Open a terminal and cd into a Spinto/Jekyll project, and start the server:

spinto-site --auto --server

Now you can open a browser to http://localhost:4000 and see your website. The --auto flag will ensure your website is rebuilt when files are changed.

> spinto-site --help
Spinto-site is the spintoapp.com wrapper of jekyll,
the blog-aware, static site generator.

Basic Command Line Usage:
  spinto-site                                                  # . -> ./_site
  spinto-site <path to write generated site>                   # . -> <path>
  spinto-site <path to source> <path to write generated site>  # <path> -> <path>
  spinto-site --auto --server                                  # Host your site locally
  
  Configuration is read from '<source>/_config.yml' but can be overriden
  using the following options:

        --[no-]auto                  Auto-regenerate
        --server [PORT]              Start web server (default port 4000)
        --no-server                  Do not start a web server
        --url [URL]                  Set custom site.url
        --version                    Display current version

Installation

gem install spinto

And you're done!

Additional Info

The Spinto Ruby Gem is available under the MIT License.

Written by Matthew Beale for Spinto.