From b81ebf2adad55e916a0688c60de8b5dcd381c7f4 Mon Sep 17 00:00:00 2001 From: spf13 <steve.francia@gmail.com> Date: Mon, 22 Sep 2014 22:08:08 -0400 Subject: [PATCH] Making the install on the homepage a bit more clear --- docs/layouts/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 83bb72e8..80e5a937 100755 --- 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> </p> + <h4>Using Homebrew?</h4> + <pre><code>brew install hugo</code></pre> </div> </div> </div> -- 2.30.2