Skip to content

cderamus/libcloud-website-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libcloud Website

This repository contains source code for a Libcloud website powered by Jekyll.

Note: Jekyll setup is based on my blog's jekyll setup.

System Dependencies

  • Ruby 1.9 or above
  • Gems: bundler (gem install bundler)

Installing Blog Ruby dependencies

bundle install

Running Local Development Server

cd source
jekyll serve --watch --trace

Generating and Publishing the Website

./scripts/generate_site_apache.sh
svn add generated/*
svn commit -m "Generate website"

About

Source code for new Libcloud website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 51.7%
  • CSS 45.4%
  • Shell 2.8%
  • JavaScript 0.1%