mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-22 20:52:27 +00:00
Making the install on the homepage a bit more clear
This commit is contained in:
parent
4e4ea9583f
commit
b81ebf2ada
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue