https://github.com/fog/fog.github.com
fog.github.io documentation website
https://github.com/fog/fog.github.com
Last synced: about 1 year ago
JSON representation
fog.github.io documentation website
- Host: GitHub
- URL: https://github.com/fog/fog.github.com
- Owner: fog
- License: mit
- Created: 2012-12-28T17:52:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:09:44.000Z (over 1 year ago)
- Last Synced: 2025-06-07T17:10:20.767Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://fog.github.io
- Size: 471 KB
- Stars: 9
- Watchers: 22
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Documentation for fog.github.io
========================
This repo is the source for the fog.github.io website all about the fog cloud computing library.
## Contributing
Want to see changes on your local machine?
Once you are [setup with ruby and bundler](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements),
install jekyll with `bundle install`
After you get things setup, use the following command to view the fog site on [localhost:4000](http://localhost:4000/).
bundle exec jekyll serve