1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Merge commit 'ba45da9d03056447e4873de13d4e0f8d658a769b'

This commit is contained in:
Bjørn Erik Pedersen
2017-09-21 19:05:40 +02:00
201 changed files with 471 additions and 205 deletions

View File

@@ -7,7 +7,7 @@ publishdate: 2016-11-01
lastmod: 2017-02-20
categories: [getting started,fundamentals]
authors: ["Michael Henderson"]
#tags: [install,pc,windows,linux,macos,binary,tarball]
keywords: [install,pc,windows,linux,macos,binary,tarball]
menu:
docs:
parent: "getting-started"
@@ -121,6 +121,8 @@ Since building from source is appealing to more seasoned command line users, thi
### Install Hugo with Brew
{{< youtube WvhCGlLcrF8 >}}
#### Step 1: Install `brew` if you haven't already
Go to the `brew` website, <https://brew.sh/>, and follow the directions there. The most important step is the installation from the command line:
@@ -299,6 +301,8 @@ Then place the `hugo` executable somewhere in your `$PATH`. You're now ready to
The following aims to be a complete guide to installing Hugo on your Windows PC.
{{< youtube G7umPCU-8xc >}}
### Assumptions
1. You will use `C:\Hugo\Sites` as the starting point for your new project.