fix doc syntax errors

This commit is contained in:
geemus 2011-03-31 21:58:27 -04:00
parent 440d7af6d7
commit ede73c9fd2
3 changed files with 23 additions and 22 deletions

View File

@ -3,15 +3,15 @@ layout: default
title: fog - Getting Started
---
= Getting Started
# Getting Started
== Setup
## Setup
First off you will need to install the gem:
$ gem install fog
=== Setting Up Local Storage
### Setting Up Local Storage
We will be using local storage in the example, so first off make a local directory that things can go in.

View File

@ -1,19 +0,0 @@
---
layout: default
title: fog - The Ruby cloud services library
---
<h2>The Ruby cloud services library</h2>
<div class="content">
<p>Whether you need compute, dns, storage, or a multitude of other services, fog provides an accessible entry point and facilitates cross service compatibility.</p>
<p>Just getting started working with cloud resources? You are not alone, and having so many complicated options makes it hard to know where to start. fog delivers the knowledge of cloud experts to you, helping you to bootstrap your cloud usage and guiding you as your own expertise develops.</p>
<p>By coding with fog from the start you avoid vendor lock-in and give yourself more flexibility to provide value. Whether you are writing a library, designing a software as a service product or just hacking on the weekend this flexibility is a huge boon.</p>
<p>With a rapidly expanding community and codebase the advantages of fog just keep coming. Join us and together we will realize the future of cloud computing.</p>
</div>
<h2>Getting Started</h2>
<div class="content">
<p>fog.io is very much a work in progress. In the meantime there are some great details available in the <a href="https://github.com/geemus/fog/blob/master/README.rdoc">README</a>.</p>
</div>
{{ site.posts }}

20
docs/index.md Normal file
View File

@ -0,0 +1,20 @@
---
layout: default
title: fog - The Ruby cloud services library
---
## The Ruby cloud services library
Whether you need compute, dns, storage, or a multitude of other services, fog provides an accessible entry point and facilitates cross service compatibility.</p>
Just getting started working with cloud resources? You are not alone, and having so many complicated options makes it hard to know where to start. fog delivers the knowledge of cloud experts to you, helping you to bootstrap your cloud usage and guiding you as your own expertise develops.
By coding with fog from the start you avoid vendor lock-in and give yourself more flexibility to provide value. Whether you are writing a library, designing a software as a service product or just hacking on the weekend this flexibility is a huge boon.
With a rapidly expanding community and codebase the advantages of fog just keep coming. Join us and together we will realize the future of cloud computing.
## Getting Started
fog.io is very much a work in progress. In the meantime there are some great details available in the <a href="https://github.com/geemus/fog/blob/master/README.rdoc">README</a>.
{{ site.posts }}