mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Fix more typos on installing page
This commit is contained in:
@@ -27,7 +27,7 @@ Hugo currently provides pre-built binaries for the following:
|
||||
* <i class="fa fa-linux"></i> Linux,
|
||||
* <i class="icon-freebsd"></i> FreeBSD
|
||||
|
||||
Hugo may also be compiled from source wherever the Go compiler tool chain can run---e.g., for other operating systems, including DragonFly BSD, OpenBSD, Plan 9 and Solaris. See <http://golang.org/doc/install/source> for the full set of supported combinations of target operating systems and compilation architectures.
|
||||
Hugo may also be compiled from source wherever the Go compiler tool chain can run; e.g., for other operating systems, including DragonFly BSD, OpenBSD, Plan 9 and Solaris. See <http://golang.org/doc/install/source> for the full set of supported combinations of target operating systems and compilation architectures.
|
||||
|
||||
### Quick Install: Binary (Cross-platform)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div class="half half-content">
|
||||
<h2>Hugo installs in minutes and builds in seconds.</h2>
|
||||
<p>As a single binary, Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.</p>
|
||||
<p>Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.</p>
|
||||
<div class="platform-icons">
|
||||
<i class="fa fa-apple"></i>
|
||||
<i class="fa fa-windows"></i>
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
color:white;
|
||||
position:absolute;
|
||||
left:40px;
|
||||
top:20px;
|
||||
top:40px;
|
||||
transform:rotate(-10deg);
|
||||
font-weight:bold;
|
||||
width:200px;
|
||||
font-size:36px;
|
||||
width:130px;
|
||||
font-size:20px;
|
||||
padding:6px;
|
||||
z-index:9999;
|
||||
overflow:visible;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user