bazzel / grupodelsur-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grupo del Sur

This repo contains the site for Grupo del Sur.

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • gem install bundler
  • bundle install --binstubs
  • cp .env.example .env
  • Get a proper Content Delivery API key

Get content

  • bin/middleman contentful

Running / Development

Deployment to S3

This project uses Middleman::S3Sync. Consult this extension on usage instructions.

 $ cp .s3_sync.sample .s3_sync
  • edit the S3 credentials in .s3_sync

And...

About

License:MIT License


Languages

Language:Ruby 36.5%Language:HTML 32.6%Language:CSS 26.7%Language:JavaScript 2.3%Language:CoffeeScript 2.0%