Skip to content

manumorante/backbone.books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Books Store

Books Store is a Middleman, Backbone Bootstrap project based on HTML 5 Bolierplate.

Technologies

  • Middleman Middleman is a static site generator using all the shortcuts and tools in modern web development. http://middlemanapp.com/

  • Bootstrap Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. http://getbootstrap.com/

  • Backbone

  • HTML 5 Boilerplate HTML5 Boilerplate helps you build fast, robust, and adaptable web apps or sites. Kick-start your project with the combined knowledge and effort of 100s of developers, all in one little package. http://html5boilerplate.com/

Versions

  • Middleman v3.4.0
  • Backbone v1.2.26
  • Bootstrap v3.3.5
  • HTML 5 Boilerplate v5.2.0

Host on Github

Github Pages hosts static sites for free. Middleman Github Pages is just a few rake tasks that automate the process of deploying a Middleman site to Github Pages.

How to Publish your site

bundle exec rake publish

More options on Github Pages

CSS Lint

CSS Lint file config /.scss-lint.yml

CSS Lint command line

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. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request