URI: 
       docs: Mention GitLab hosting support - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 8d50925820672c1e9fd0011a849bd71e4765b4e9
   DIR parent 8b8a1e0a4c587cd50d30267f8071bd6ae3caf560
  HTML Author: Robert Schilling <rschilling@student.tugraz.at>
       Date:   Mon, 10 Oct 2016 13:28:59 +0200
       
       docs: Mention GitLab hosting support
       
       Diffstat:
         M docs/content/overview/introduction… |       3 ++-
         M docs/content/overview/usage.md      |       8 ++++----
       
       2 files changed, 6 insertions(+), 5 deletions(-)
       ---
   DIR diff --git 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/
   DIR diff --git 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)
       -