Making the install on the homepage a bit more clear - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b81ebf2adad55e916a0688c60de8b5dcd381c7f4
 (DIR) parent 4e4ea9583f08c7f2fdd9fa1e8a37d0321e841aa5
 (HTM) Author: spf13 <steve.francia@gmail.com>
       Date:   Mon, 22 Sep 2014 22:08:08 -0400
       
       Making the install on the homepage a bit more clear
       
       Diffstat:
         M docs/layouts/index.html             |      10 ++++++----
       
       1 file changed, 6 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/docs/layouts/index.html b/docs/layouts/index.html
       @@ -29,7 +29,7 @@
                <a href="#intro"><img src="/img/hugo.png" class="logo"> </a>
                <div class="buttonbox">
                <a href="/overview/introduction" class="btn btn-primary btn-lg">Docs <i class="icon-idea"></i></a>
       -        <a href="#action" class="btn btn-success btn-lg">Download <i class="icon-arrow-down"></i></a>
       +        <a href="#action" class="btn btn-success btn-lg">Install <i class="icon-arrow-down"></i></a>
                <a href="http://discuss.gohugo.io" class="btn btn-info btn-lg">Community <i class="icon-talking"></i></a>
                <a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">Github <i class="icon-circlestar"></i></a>
                </div>
       @@ -210,10 +210,12 @@
                  <div class="container">
                    <div class="row">
                      <div class="col-md-10 col-md-offset-1 text-center">
       -                <h3>Get Started Today!</h3>
       -                <pre><code>brew install hugo</code></pre>
       +                <h1 style="padding-bottom:.5em;">Getting Started</h1>
                        <a href="https://github.com/spf13/hugo/releases" class="btn btn-lg btn-primary">Download <i class="icon-arrow-down"></i></a>
       -                <a href="/overview/introduction" style="color:white;font-weight:300;">Documentation</a>
       +                <a href="/overview/quickstart" style="color:white;font-weight:300;">Quickstart Guide</a>
       +                <p>&nbsp;</p>
       +                <h4>Using Homebrew?</h4>
       +                <pre><code>brew install hugo</code></pre>
                      </div>
                    </div>
                  </div>