https://github.com/zumba/zumba.github.com
Zumba Public Engineering Site
https://github.com/zumba/zumba.github.com
Last synced: about 1 year ago
JSON representation
Zumba Public Engineering Site
- Host: GitHub
- URL: https://github.com/zumba/zumba.github.com
- Owner: zumba
- Created: 2012-07-21T15:39:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T01:13:37.000Z (over 1 year ago)
- Last Synced: 2025-02-03T05:44:59.387Z (over 1 year ago)
- Language: HTML
- Homepage: http://tech.zumba.com/
- Size: 2.37 MB
- Stars: 9
- Watchers: 37
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Zumba Public Engineering Site
This repo contains a [Jekyll](https://github.com/mojombo/jekyll) templated site made
to deploy on Github's Pages.
## Requirements
* Jekyll 1.0+
* Nodejs 0.10+
* Grunt 0.4+
* Compass 0.12+
## Install
1. Install Jekyll: `gem install jekyll bundler`
1. Install required ruby gems: `bundle install`
1. Install Grunt CLI: `npm install -g grunt-cli`
1. Install NodeJS dependencies: `npm install`
### Run
```shell
grunt
```
This will build the files, attach a watch to the files for changes, and serve to `http://localhost:4000`.
### Styling
To update the CSS, edit the `.scss` files in the `sass` directory, then run `grunt compass` to compile.
In order for these styles to display on Github pages, you'll need to commit your final build css files in the css directory.