https://github.com/kami/libcloud-website-v2
Source code for new Libcloud website. Moved to https://svn.apache.org/repos/asf/libcloud/site/trunk/
https://github.com/kami/libcloud-website-v2
Last synced: 2 months ago
JSON representation
Source code for new Libcloud website. Moved to https://svn.apache.org/repos/asf/libcloud/site/trunk/
- Host: GitHub
- URL: https://github.com/kami/libcloud-website-v2
- Owner: Kami
- License: apache-2.0
- Created: 2013-12-14T13:12:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T12:54:48.000Z (over 12 years ago)
- Last Synced: 2025-01-25T11:41:11.528Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Libcloud Website
**Note: This repository is now deprecated. Source code has been moved to Apache
SVN repository - https://svn.apache.org/repos/asf/libcloud/site/trunk/**
This repository contains source code for a Libcloud website powered by
[Jekyll][1].
Note: Jekyll setup is based on my [blog's jekyll setup][2].
## System Dependencies
* Ruby 1.9 or above
* Gems: `bundler` (gem install bundler)
## Installing Blog Ruby dependencies
```bash
bundle install
```
## Running Local Development Server
```bash
./scripts/run-dev-server.sh
```
## Generating and Publishing the Website
```bash
./scripts/generate_site_apache.sh
svn add generated/*
svn commit -m "Generate website"
```
[1]: http://jekyllrb.com/
[2]: https://github.com/Kami/kami.github.com