shithub: hugo

Download patch

ref: b81ebf2adad55e916a0688c60de8b5dcd381c7f4
parent: 4e4ea9583f08c7f2fdd9fa1e8a37d0321e841aa5
author: spf13 <[email protected]>
date: Mon Sep 22 18:08:08 EDT 2014

Making the install on the homepage a bit more clear

--- 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>