https://github.com/caleorourke/tinyblue
Architecture. Engineering. Open Source.
https://github.com/caleorourke/tinyblue
Last synced: 6 months ago
JSON representation
Architecture. Engineering. Open Source.
- Host: GitHub
- URL: https://github.com/caleorourke/tinyblue
- Owner: caleorourke
- License: mit
- Created: 2015-02-09T16:15:25.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-05-04T04:45:09.000Z (about 10 years ago)
- Last Synced: 2025-01-29T05:26:22.805Z (over 1 year ago)
- Language: HTML
- Homepage: http://caleorourke.github.io/tinyblue
- Size: 707 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TinyBlue
TinyBlue is a **SoftLayer Development** concept page that advertises what we do, how cool we are, and showcases our teams to job candidates and visitors. It's designed specifically for hosting on GitHub using GitHub Pages and can be served up locally using Jekyll.
## Local Deployment
Below is a quick "how to" for cloning, installing, and running TinyBlue locally.
### Prerequisites
TinyBlue requires the latest, stable Ruby packages for the following versions:
* Ruby 2.0.0 (p643)
* Ruby 2.1.5
* Ruby 2.2.1
[Click here](http://www.ruby-lang.org/en/downloads) to download and install Ruby.
> If you have Ruby, but aren’t sure which version, run `ruby -v`.
### Clone and Install
Run the following commands.
```
$ git clone -b gh-pages https://github.com/caleorourke/tinyblue.git
$ cd tinyblue
$ gem install bundler
$ bundle install
```
### Serve and Preview
Run `jekyll serve` to preview Blue. Once it starts, open up a browser and type `localhost:4000` for the web address.
#### Watch Option
Run `jekyll serve --watch` if you want to monitor changes while applying code updates.
#### Stopping Serve Mode
Serve mode lasts forever. Press `CTRL+C` to stop serve mode.
## License
Code and documentation licensed under the terms of the MIT License.