shithub: hugo

Download patch

ref: 71422a7dee7b73c3a37b923f4d624051ddd7c666
parent: df7b8b5c38e7bc182c99c99f94ca7bea454a101b
author: Michael Bleigh <[email protected]>
date: Sun Oct 9 12:04:53 EDT 2016

docs: Add Firebase Hosting to usage.md

--- a/docs/content/overview/usage.md
+++ b/docs/content/overview/usage.md
@@ -134,9 +134,9 @@
 to your production web server.
 
 Since Hugo generates a static website, your site can be hosted anywhere,
-including [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab][],
-[Amazon S3][] with [CloudFront][], or any other cheap (or even free) static web
-hosting service.
+including [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][],
+[Amazon S3][] with [CloudFront][], [Firebase Hosting][],
+or any other cheap (or even free) static web hosting service.
 
 [Apache][], [nginx][], [IIS][]...  Any web server software would do!
 
@@ -150,7 +150,7 @@
 [GitLab]: https://about.gitlab.com
 [Amazon S3]: http://aws.amazon.com/s3/
 [CloudFront]: http://aws.amazon.com/cloudfront/ "Amazon CloudFront"
-
+[Firebase Hosting]: https://firebase.google.com/docs/hosting/
 
 ### A note about deployment