From: Michael Bleigh Date: Sun, 9 Oct 2016 23:04:53 +0000 (-0700) Subject: docs: Add Firebase Hosting to usage.md X-Git-Tag: v0.18~209 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=71422a7d;p=brevno-suite%2Fhugo docs: Add Firebase Hosting to usage.md --- diff --git a/docs/content/overview/usage.md b/docs/content/overview/usage.md index 66d491f2..75a874eb 100644 --- a/docs/content/overview/usage.md +++ b/docs/content/overview/usage.md @@ -134,9 +134,9 @@ You may then **deploy your site** by copying the `public/` directory 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 @@ hosting service. [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