mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 00:38:53 +00:00
Update homepage terminal to govendor install instructions
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
{{partial "svg-icons/gopher-homepage.svg" .}}
|
||||
</div>
|
||||
<div class="homepage-terminal">
|
||||
$ export GOPATH=$HOME/go
|
||||
<br> $ go get -v github.com/spf13/hugo
|
||||
$ go get github.com/kardianos/govendor
|
||||
<br> $ govendor get github.com/spf13/hugo
|
||||
<br> $ go install github.com/spf13/hugo
|
||||
</div>
|
||||
</div>
|
||||
<div class="half half-content">
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -291,7 +291,7 @@ ul.animated {
|
||||
left: -5%;
|
||||
max-width: 360px;
|
||||
@include MQ(M) {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
left: auto;
|
||||
}
|
||||
@include card(2);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user