diff --git a/_layouts/post.html b/_layouts/post.html
index 979179c4..84f03f7f 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,6 +2,4 @@
layout: default
---
-
{{ page.title }}
-
{{ content }}
\ No newline at end of file
diff --git a/_posts/2012-02-25-mq-clouds-aws.md b/_posts/2012-02-25-mq-clouds-aws.md
index 05e9d672..b692f2f2 100644
--- a/_posts/2012-02-25-mq-clouds-aws.md
+++ b/_posts/2012-02-25-mq-clouds-aws.md
@@ -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
@@ -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.
\ No newline at end of file
diff --git a/_posts/2012-02-25-mq-platforms-heroku.md b/_posts/2012-02-25-mq-platforms-heroku.md
index 28d685ea..d3094e8b 100644
--- a/_posts/2012-02-25-mq-platforms-heroku.md
+++ b/_posts/2012-02-25-mq-platforms-heroku.md
@@ -9,6 +9,9 @@ breadcrumbs:
- ['Articles', '/articles']
- ['Platforms', '/platforms']
- ['Heroku', '/heroku']
+tags:
+ - heroku
+ - platform
layout: post
section: mq
---
diff --git a/_posts/2012-02-25-worker-clouds-aws.md b/_posts/2012-02-25-worker-clouds-aws.md
index d06dfeab..c9a0487b 100644
--- a/_posts/2012-02-25-worker-clouds-aws.md
+++ b/_posts/2012-02-25-worker-clouds-aws.md
@@ -13,4 +13,4 @@ layout: default
section: worker
---
-## Running your queues on Amazon AWS
+# Running your queues on Amazon AWS
diff --git a/_posts/2012-02-25-worker-databases-mongo.md b/_posts/2012-02-25-worker-databases-mongo.md
index 13017807..e947a6b9 100644
--- a/_posts/2012-02-25-worker-databases-mongo.md
+++ b/_posts/2012-02-25-worker-databases-mongo.md
@@ -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
@@ -13,4 +13,6 @@ layout: default
section: worker
---
-## Getting started on MongoDB
+# Getting started on MongoDB
+
+### Coming soon
\ No newline at end of file
diff --git a/_posts/2012-02-25-worker-databases-mysql.md b/_posts/2012-02-25-worker-databases-mysql.md
index d8587a34..80d95138 100644
--- a/_posts/2012-02-25-worker-databases-mysql.md
+++ b/_posts/2012-02-25-worker-databases-mysql.md
@@ -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
@@ -12,3 +12,7 @@ breadcrumbs:
layout: post
section: worker
---
+
+# Getting Started on MySQL
+
+### Coming soon
\ No newline at end of file
diff --git a/_posts/2012-02-25-worker-integrations-airbrake.md b/_posts/2012-02-25-worker-integrations-airbrake.md
index 0f31f0dd..88da8eef 100644
--- a/_posts/2012-02-25-worker-integrations-airbrake.md
+++ b/_posts/2012-02-25-worker-integrations-airbrake.md
@@ -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
@@ -13,4 +13,6 @@ layout: default
section: worker
---
-## Integrating with Airbrake or Exceptional
\ No newline at end of file
+# Integrating with Airbrake or Exceptional
+
+### Coming soon!
\ No newline at end of file
diff --git a/_posts/2012-02-25-worker-platforms-appfog.md b/_posts/2012-02-25-worker-platforms-appfog.md
index ebac5f19..7a4848d0 100644
--- a/_posts/2012-02-25-worker-platforms-appfog.md
+++ b/_posts/2012-02-25-worker-platforms-appfog.md
@@ -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
@@ -13,3 +13,6 @@ layout: post
section: worker
---
+# Getting started on AppFog
+
+### Coming soon!
diff --git a/_posts/2012-02-25-worker-platforms-appharbor.md b/_posts/2012-02-25-worker-platforms-appharbor.md
index 4812394a..fe6b3e45 100644
--- a/_posts/2012-02-25-worker-platforms-appharbor.md
+++ b/_posts/2012-02-25-worker-platforms-appharbor.md
@@ -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
@@ -13,4 +13,6 @@ layout: default
section: worker
---
-## Getting started on AppHarbor
+# Getting started on AppHarbor
+
+### Coming soon!
\ No newline at end of file
diff --git a/_posts/2012-02-25-worker-platforms-heroku.md b/_posts/2012-02-25-worker-platforms-heroku.md
index 9a6cb916..f8aed78b 100644
--- a/_posts/2012-02-25-worker-platforms-heroku.md
+++ b/_posts/2012-02-25-worker-platforms-heroku.md
@@ -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
@@ -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.
diff --git a/_posts/2012-02-27-worker-usecases-image.md b/_posts/2012-02-27-worker-usecases-image.md
index 05614596..1a2bcdaa 100644
--- a/_posts/2012-02-27-worker-usecases-image.md
+++ b/_posts/2012-02-27-worker-usecases-image.md
@@ -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
@@ -16,4 +16,6 @@ layout: post
section: worker
---
-Test content
\ No newline at end of file
+# Image Processing with IronWorker
+
+### Coming Soon!
\ No newline at end of file
diff --git a/css/global.css b/css/global.css
index 6e82b66e..b84ae855 100644
--- a/css/global.css
+++ b/css/global.css
@@ -25,7 +25,7 @@
}
.content-container h1 {
- margin: 1em 0 0.6em;
+ margin: 0.5em 0 0.6em 0;
font-size: 28px;
}