All Projects → hull → hullstrap

hull / hullstrap

Licence: MIT license
Hull theme based on Twitter's Bootstrap (and using bootstrap-sass)

Programming Languages

HTML
75241 projects
SCSS
7915 projects
Slim
82 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

hullstrap

Hull theme using compass, sass, and twitter bootstrap.

Live example: http://neuestrap.s3.amazonaws.com/index.html

How to use the theme:

  • Checkout: [email protected]:hull/hullstrap.git

  • First, install the dependencies:

    gem update --system
    bundle install
    
  • Start middleman: middleman

  • Open in your browser: open http://localhost:4567

Icon Fonts :

http://fontcustom.com

fontcustom watch ./source/images/icons -c ./config/fontcustom.yml

Building

middleman build

Builds the theme in tmp/.

Deploying

middleman build; middleman s3_sync

Assuming you have the config/environment.yml file set up with your AWS info, will push to AWS

config/environment.yml

AWS_KEY: YOUR_AMAZON_KEY
AWS_SECRET: YOUR_AMAZON_SECRET
AWS_REGION: REGION (us-east-1,...)

Amazon S3 urls

Example:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].