Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Bleigh <mbleigh@mbleigh.com>2016-10-10 02:02:56 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-10-10 21:26:02 +0300
commitdf7b8b5c38e7bc182c99c99f94ca7bea454a101b (patch)
treecda93c59ced12f9b7b6b6c8384595898cd518fd4 /docs
parentb3bcd78f4f49ab7fe5e7a4e5ed2542af2b7aaa3b (diff)
docs: Add Firebase Hosting to hosting providers
Diffstat (limited to 'docs')
-rw-r--r--docs/content/overview/introduction.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/content/overview/introduction.md b/docs/content/overview/introduction.md
index b047bc99b..8c109c9bf 100644
--- a/docs/content/overview/introduction.md
+++ b/docs/content/overview/introduction.md
@@ -21,10 +21,10 @@ writing experience.
Sites built with Hugo are extremely fast and very secure. Hugo sites can
be hosted anywhere, including [Heroku][], [GoDaddy][], [DreamHost][],
-[GitHub Pages][], [GitLab][], [Surge][], [Aerobatic][], [Google Cloud Storage][],
-[Amazon S3][] and [CloudFront][], and work well with CDNs.
-Hugo sites run without dependencies on expensive runtimes like Ruby,
-Python or PHP and without dependencies on any databases.
+[GitHub Pages][], [Surge][], [Aerobatic][], [Firebase Hosting][],
+[Google Cloud Storage][], [Amazon S3][] and [CloudFront][], and work well
+with CDNs. Hugo sites run without dependencies on expensive runtimes
+like Ruby, Python or PHP and without dependencies on any databases.
[Heroku]: https://www.heroku.com/
[GoDaddy]: https://www.godaddy.com/
@@ -32,6 +32,7 @@ Python or PHP and without dependencies on any databases.
[GitLab]: https://about.gitlab.com
[GitHub Pages]: https://pages.github.com/
[Aerobatic]: https://www.aerobatic.com/
+[Firebase Hosting]: https://firebase.google.com/docs/hosting/
[Google Cloud Storage]: http://cloud.google.com/storage/
[Amazon S3]: http://aws.amazon.com/s3/
[CloudFront]: http://aws.amazon.com/cloudfront/ "Amazon CloudFront"