mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 07:13:06 +00:00
docs: Mention GitLab hosting support
This commit is contained in:
parent
8b8a1e0a4c
commit
8d50925820
2 changed files with 6 additions and 5 deletions
|
@ -21,7 +21,7 @@ writing experience.
|
||||||
|
|
||||||
Sites built with Hugo are extremely fast and very secure. Hugo sites can
|
Sites built with Hugo are extremely fast and very secure. Hugo sites can
|
||||||
be hosted anywhere, including [Heroku][], [GoDaddy][], [DreamHost][],
|
be hosted anywhere, including [Heroku][], [GoDaddy][], [DreamHost][],
|
||||||
[GitHub Pages][], [Surge][], [Aerobatic][], [Google Cloud Storage][],
|
[GitHub Pages][], [GitLab][], [Surge][], [Aerobatic][], [Google Cloud Storage][],
|
||||||
[Amazon S3][] and [CloudFront][], and work well with CDNs.
|
[Amazon S3][] and [CloudFront][], and work well with CDNs.
|
||||||
Hugo sites run without dependencies on expensive runtimes like Ruby,
|
Hugo sites run without dependencies on expensive runtimes like Ruby,
|
||||||
Python or PHP and without dependencies on any databases.
|
Python or PHP and without dependencies on any databases.
|
||||||
|
@ -29,6 +29,7 @@ Python or PHP and without dependencies on any databases.
|
||||||
[Heroku]: https://www.heroku.com/
|
[Heroku]: https://www.heroku.com/
|
||||||
[GoDaddy]: https://www.godaddy.com/
|
[GoDaddy]: https://www.godaddy.com/
|
||||||
[DreamHost]: http://www.dreamhost.com/
|
[DreamHost]: http://www.dreamhost.com/
|
||||||
|
[GitLab]: https://about.gitlab.com
|
||||||
[GitHub Pages]: https://pages.github.com/
|
[GitHub Pages]: https://pages.github.com/
|
||||||
[Aerobatic]: https://www.aerobatic.com/
|
[Aerobatic]: https://www.aerobatic.com/
|
||||||
[Google Cloud Storage]: http://cloud.google.com/storage/
|
[Google Cloud Storage]: http://cloud.google.com/storage/
|
||||||
|
|
|
@ -134,9 +134,9 @@ You may then **deploy your site** by copying the `public/` directory
|
||||||
to your production web server.
|
to your production web server.
|
||||||
|
|
||||||
Since Hugo generates a static website, your site can be hosted anywhere,
|
Since Hugo generates a static website, your site can be hosted anywhere,
|
||||||
including [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][],
|
including [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab][],
|
||||||
[Amazon S3][] with [CloudFront][],
|
[Amazon S3][] with [CloudFront][], or any other cheap (or even free) static web
|
||||||
or any other cheap (or even free) static web hosting service.
|
hosting service.
|
||||||
|
|
||||||
[Apache][], [nginx][], [IIS][]... Any web server software would do!
|
[Apache][], [nginx][], [IIS][]... Any web server software would do!
|
||||||
|
|
||||||
|
@ -147,6 +147,7 @@ or any other cheap (or even free) static web hosting service.
|
||||||
[GoDaddy]: https://www.godaddy.com/
|
[GoDaddy]: https://www.godaddy.com/
|
||||||
[DreamHost]: http://www.dreamhost.com/
|
[DreamHost]: http://www.dreamhost.com/
|
||||||
[GitHub Pages]: https://pages.github.com/
|
[GitHub Pages]: https://pages.github.com/
|
||||||
|
[GitLab]: https://about.gitlab.com
|
||||||
[Amazon S3]: http://aws.amazon.com/s3/
|
[Amazon S3]: http://aws.amazon.com/s3/
|
||||||
[CloudFront]: http://aws.amazon.com/cloudfront/ "Amazon CloudFront"
|
[CloudFront]: http://aws.amazon.com/cloudfront/ "Amazon CloudFront"
|
||||||
|
|
||||||
|
@ -206,4 +207,3 @@ the JavaScript code for LiveReload to be added to your web pages.
|
||||||
Interested? Here are some great tutorials contributed by Hugo users:
|
Interested? Here are some great tutorials contributed by Hugo users:
|
||||||
|
|
||||||
* [hugo, syncthing](http://fredix.xyz/2014/10/hugo-syncthing/) (French) by Frédéric Logier (@fredix)
|
* [hugo, syncthing](http://fredix.xyz/2014/10/hugo-syncthing/) (French) by Frédéric Logier (@fredix)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue