mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Add Firebase Hosting to usage.md
This commit is contained in:
parent
df7b8b5c38
commit
71422a7dee
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue