diff --git a/docs/content/overview/introduction.md b/docs/content/overview/introduction.md index eba829789..b047bc99b 100644 --- a/docs/content/overview/introduction.md +++ b/docs/content/overview/introduction.md @@ -21,7 +21,7 @@ writing experience. Sites built with Hugo are extremely fast and very secure. Hugo sites can 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. Hugo sites run without dependencies on expensive runtimes like Ruby, 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/ [GoDaddy]: https://www.godaddy.com/ [DreamHost]: http://www.dreamhost.com/ +[GitLab]: https://about.gitlab.com [GitHub Pages]: https://pages.github.com/ [Aerobatic]: https://www.aerobatic.com/ [Google Cloud Storage]: http://cloud.google.com/storage/ diff --git a/docs/content/overview/usage.md b/docs/content/overview/usage.md index 81c872589..66d491f24 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][], -[Amazon S3][] with [CloudFront][], -or any other cheap (or even free) static web hosting service. +including [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab][], +[Amazon S3][] with [CloudFront][], or any other cheap (or even free) static web +hosting service. [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/ [DreamHost]: http://www.dreamhost.com/ [GitHub Pages]: https://pages.github.com/ +[GitLab]: https://about.gitlab.com [Amazon S3]: http://aws.amazon.com/s3/ [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: * [hugo, syncthing](http://fredix.xyz/2014/10/hugo-syncthing/) (French) by Frédéric Logier (@fredix) -