Sha256: c83bd670263a81b0361f6a8044136a2f79f50e3266f31eb2cb8daf5d8744e421

Contents?: true

Size: 786 Bytes

Versions: 1

Compression:

Stored size: 786 Bytes

Contents

# Thesis

### Thesis is a CMS that integrates as seamlessly as possible into your current website.

Most Rails content management systems make you conform to their system from the start, 
making it difficult to just "drop in" the gem and make it work with your CMS. Thesis
tries to be a drop-in CMS that doesn't hijack your development workflow.

## Installation

Bundler:

    gem 'thesis'

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Write tests for your new feature
5. Run `rake spec` to ensure that all tests pass # TODO: implement tests
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thesis-0.0.1 README.md