From b17c6c29144504aae7607a3163659e06f8e11d92 Mon Sep 17 00:00:00 2001 From: Ivan Storck Date: Sun, 12 Feb 2017 13:54:46 -0500 Subject: [PATCH 1/3] update Aerobatic docs --- docs/_docs/deployment-methods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/deployment-methods.md b/docs/_docs/deployment-methods.md index 79138caa..f2533cfd 100644 --- a/docs/_docs/deployment-methods.md +++ b/docs/_docs/deployment-methods.md @@ -203,6 +203,6 @@ Setting up Kickster is very easy, just install the gem and you are good to go. M ## Aerobatic -[Aerobatic](https://www.aerobatic.com) is an add-on for Bitbucket that brings GitHub Pages style functionality to Bitbucket users. It includes continuous deployment, custom domains with a wildcard SSL cert, CDN, basic auth, and staging branches all in the box. +[Aerobatic](https://www.aerobatic.com) has custom domains, global CDN distribution, basic auth, CORS proxying, and a growling list of plugins all included. -Automating the build and deployment of a Jekyll site is just as simple as GitHub Pages - push your changes to your repo (excluding the `_site` directory) and within seconds a build will be triggered and your built site deployed to our highly- available, globally distributed hosting service. The build process will even install and execute custom Ruby plugins. See our [Jekyll docs](https://www.aerobatic.com/docs/static-generators#jekyll) for more details. +Automating the deployment of a Jekyll site is simple. See our [Jekyll docs](https://www.aerobatic.com/docs/static-site-generators/#jekyll) for more details. Your built site deployed to our highly-available, globally distributed hosting service. From b181eb2515b3e82e301eea343be4dccc800ba9ee Mon Sep 17 00:00:00 2001 From: Ivan Storck Date: Sun, 12 Feb 2017 17:56:08 -0500 Subject: [PATCH 2/3] fix typo --- docs/_docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/deployment-methods.md b/docs/_docs/deployment-methods.md index f2533cfd..ef8d16b1 100644 --- a/docs/_docs/deployment-methods.md +++ b/docs/_docs/deployment-methods.md @@ -205,4 +205,4 @@ Setting up Kickster is very easy, just install the gem and you are good to go. M [Aerobatic](https://www.aerobatic.com) has custom domains, global CDN distribution, basic auth, CORS proxying, and a growling list of plugins all included. -Automating the deployment of a Jekyll site is simple. See our [Jekyll docs](https://www.aerobatic.com/docs/static-site-generators/#jekyll) for more details. Your built site deployed to our highly-available, globally distributed hosting service. +Automating the deployment of a Jekyll site is simple. See our [Jekyll docs](https://www.aerobatic.com/docs/static-site-generators/#jekyll) for more details. Your built `_site` folder is deployed to our highly-available, globally distributed hosting service. From 50292be8951f62750ae4bd68ce4e0658a898d172 Mon Sep 17 00:00:00 2001 From: Ivan Storck Date: Mon, 13 Feb 2017 11:40:30 -0500 Subject: [PATCH 3/3] fix typo --- docs/_docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/deployment-methods.md b/docs/_docs/deployment-methods.md index ef8d16b1..3e5fcfdc 100644 --- a/docs/_docs/deployment-methods.md +++ b/docs/_docs/deployment-methods.md @@ -203,6 +203,6 @@ Setting up Kickster is very easy, just install the gem and you are good to go. M ## Aerobatic -[Aerobatic](https://www.aerobatic.com) has custom domains, global CDN distribution, basic auth, CORS proxying, and a growling list of plugins all included. +[Aerobatic](https://www.aerobatic.com) has custom domains, global CDN distribution, basic auth, CORS proxying, and a growing list of plugins all included. Automating the deployment of a Jekyll site is simple. See our [Jekyll docs](https://www.aerobatic.com/docs/static-site-generators/#jekyll) for more details. Your built `_site` folder is deployed to our highly-available, globally distributed hosting service.