diff --git a/README.md b/README.md
index e50a5fd..e816baa 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,14 @@ locally with:
mkdocs serve
```
+## Manual deployment
+
+```
+mkdocs build
+cd site
+
+gsutil -m rsync -r -x '\.git.*' . gs://ultimateguidetobosh-com-website
+
+```
+
View the site and live changes at https://localhost:8000.
diff --git a/mkdocs.yml b/mkdocs.yml
index c08168c..34f25be 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -55,4 +55,4 @@ repo_name: 'help fix the book'
repo_url: 'https://github.com/starkandwayne/ultimate-guide-to-bosh'
edit_uri: edit/master/docs/
extra_css: [print.css, stylesheets/extra.css]
-google_analytics: ['UA-50822525-5', 'ultimateguidetobosh.com']
+google_analytics: ['G-GGW6405JCV', 'ultimateguidetobosh.com']
diff --git a/theme-overrides/main.html b/theme-overrides/main.html
index 3653e51..446b5b4 100644
--- a/theme-overrides/main.html
+++ b/theme-overrides/main.html
@@ -34,5 +34,5 @@
{% endblock %}
{% block scripts %}
-
+
{% endblock %}
diff --git a/theme-overrides/partials/footer.html b/theme-overrides/partials/footer.html
index c6512f3..6910f05 100644
--- a/theme-overrides/partials/footer.html
+++ b/theme-overrides/partials/footer.html
@@ -87,7 +87,7 @@
The Ultimate Guide to Bosh was originally developed and is hosted by
- Stark & Wayne.
+ Stark & Wayne (powered by Qarik).
The Guide is maintained by a Community of dedicated Open Source
contributors.