mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Adding github button to docs homepage
This commit is contained in:
parent
c51d040e3d
commit
303be735fb
2 changed files with 19 additions and 1 deletions
|
@ -26,7 +26,9 @@
|
||||||
<h3>The <em>Fast and Flexible</em> Static Site Generator</h3>
|
<h3>The <em>Fast and Flexible</em> Static Site Generator</h3>
|
||||||
<br>
|
<br>
|
||||||
<a href="#intro" class="btn btn-clear btn-lg">learn more</a>
|
<a href="#intro" class="btn btn-clear btn-lg">learn more</a>
|
||||||
<a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">download <i class="icon-arrow-down"></i></a><br>
|
<a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">download <i class="icon-arrow-down"></i></a>
|
||||||
|
<br>
|
||||||
|
<a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">github <i class="icon-circlestar"></i></a>
|
||||||
<a href="/overview/quickstart/" class="btn btn-info btn-lg">documentation</a>
|
<a href="/overview/quickstart/" class="btn btn-info btn-lg">documentation</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
16
docs/static/static/css/HPstyles.css
vendored
16
docs/static/static/css/HPstyles.css
vendored
|
@ -274,6 +274,22 @@ footer a:hover {
|
||||||
|
|
||||||
/* Bootstrap Addons */
|
/* Bootstrap Addons */
|
||||||
|
|
||||||
|
.btn-dark {
|
||||||
|
color:white;
|
||||||
|
background-color: rgba(30,30,30, 0.8);
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-dark:hover,
|
||||||
|
.btn-dark:focus,
|
||||||
|
.btn-dark:active,
|
||||||
|
.btn-dark.active,
|
||||||
|
.open .dropdown-toggle.btn-dark {
|
||||||
|
color: white;
|
||||||
|
background-color: black;
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn-clear {
|
.btn-clear {
|
||||||
color:#888;
|
color:#888;
|
||||||
|
|
Loading…
Reference in a new issue