Skip to content

Commit

Permalink
- article "coming soon"s
Browse files Browse the repository at this point in the history
  • Loading branch information
carimura committed Feb 29, 2012
1 parent b7b58d8 commit 08c252b
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 17 deletions.
2 changes: 0 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
layout: default
---

<h1>{{ page.title }}</h1>

{{ content }}
4 changes: 3 additions & 1 deletion _posts/2012-02-25-mq-clouds-aws.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /mq/articles/clouds/aws
title: Running your Queues on Amazon AWS
title: Running your Queues on Amazon AWS | Iron.io Dev Center
categories:
- mq
- articles
Expand All @@ -13,5 +13,7 @@ layout: post
section: mq
---

# Running your Queues on Amazon AWS

By default, when putting messages into an IronMQ queue they will be sent to our IronMQ service running
on AWS in the US-EAST region. There is no specific configuration or HOST changes in order to use AWS.
3 changes: 3 additions & 0 deletions _posts/2012-02-25-mq-platforms-heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ breadcrumbs:
- ['Articles', '/articles']
- ['Platforms', '/platforms']
- ['Heroku', '/heroku']
tags:
- heroku
- platform
layout: post
section: mq
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2012-02-25-worker-clouds-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ layout: default
section: worker
---

## Running your queues on Amazon AWS
# Running your queues on Amazon AWS
6 changes: 4 additions & 2 deletions _posts/2012-02-25-worker-databases-mongo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /worker/articles/databases/mongodb
title: Getting started on MongoDB
title: Getting started on MongoDB | Iron.io Dev Center
categories:
- worker
- articles
Expand All @@ -13,4 +13,6 @@ layout: default
section: worker
---

## Getting started on MongoDB
# Getting started on MongoDB

### Coming soon
6 changes: 5 additions & 1 deletion _posts/2012-02-25-worker-databases-mysql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /worker/articles/databases/mysql
title: Getting started on MySQL
title: Getting started on MySQL | Iron.io Dev Center
categories:
- worker
- articles
Expand All @@ -12,3 +12,7 @@ breadcrumbs:
layout: post
section: worker
---

# Getting Started on MySQL

### Coming soon
6 changes: 4 additions & 2 deletions _posts/2012-02-25-worker-integrations-airbrake.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /worker/articles/integrations/airbrake
title: Integrating with Airbrake or Exceptional
title: Integrating with Airbrake or Exceptional | Iron.io Dev Center
categories:
- worker
- articles
Expand All @@ -13,4 +13,6 @@ layout: default
section: worker
---

## Integrating with Airbrake or Exceptional
# Integrating with Airbrake or Exceptional

### Coming soon!
5 changes: 4 additions & 1 deletion _posts/2012-02-25-worker-platforms-appfog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /worker/articles/platforms/appfog
title: Getting started on AppFog
title: Getting started on AppFog | Iron.io Dev Center
categories:
- worker
- articles
Expand All @@ -13,3 +13,6 @@ layout: post
section: worker
---

# Getting started on AppFog

### Coming soon!
6 changes: 4 additions & 2 deletions _posts/2012-02-25-worker-platforms-appharbor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /worker/articles/platforms/appharbor
title: Getting started on AppHarbor
title: Getting started on AppHarbor | Iron.io Dev Center
categories:
- worker
- articles
Expand All @@ -13,4 +13,6 @@ layout: default
section: worker
---

## Getting started on AppHarbor
# Getting started on AppHarbor

### Coming soon!
7 changes: 5 additions & 2 deletions _posts/2012-02-25-worker-platforms-heroku.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /worker/articles/platforms/heroku
title: Getting Started on Heroku
title: Getting Started on Heroku | Iron.io Dev Center
categories:
- worker
- articles
Expand All @@ -9,11 +9,14 @@ breadcrumbs:
- ['Articles', '/articles']
- ['Platforms', '/platforms']
- ['Heroku', '/heroku']
tags:
- heroku
- platform
layout: default
section: worker
---

## Getting started on Heroku
# Getting started on Heroku

IronWorker is a massively scalable task queue/job queue that makes it easy for you offload front end tasks, run background jobs, and process many tasks at once -- all in the cloud and with no servers to set-up and manage. It can also function as a cron-in-the-cloud service, running tasks on a schedule you define.

Expand Down
6 changes: 4 additions & 2 deletions _posts/2012-02-27-worker-usecases-image.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /worker/articles/usecases/image_processing
title: Image Processing with IronWorker
title: Image Processing with IronWorker | Iron.io Dev Center
tags:
- blah
- blah2
Expand All @@ -16,4 +16,6 @@ layout: post
section: worker
---

Test content
# Image Processing with IronWorker

### Coming Soon!
2 changes: 1 addition & 1 deletion css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.content-container h1 {
margin: 1em 0 0.6em;
margin: 0.5em 0 0.6em 0;
font-size: 28px;
}

Expand Down

0 comments on commit 08c252b

Please sign in to comment.