# 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