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

@@ -6,7 +6,7 @@ date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [getting started]
#tags: [usage,docs]
keywords: [usage,docs]
menu:
docs:
parent: "getting-started"

View File

@@ -6,7 +6,7 @@ date: 2013-07-01
publishdate: 2017-01-02
lastmod: 2017-03-05
categories: [getting started,fundamentals]
#tags: [configuration,toml,yaml,json]
keywords: [configuration,toml,yaml,json]
menu:
docs:
parent: "getting-started"

View File

@@ -6,7 +6,7 @@ date: 2017-01-02
publishdate: 2017-02-01
lastmod: 2017-03-09
categories: [getting started,fundamentals]
#tags: [source, organization, directories]
keywords: [source, organization, directories]
menu:
docs:
parent: "getting-started"
@@ -20,6 +20,8 @@ toc: true
## New Site Scaffolding
{{< youtube sB0HLHjgQ7E >}}
Running the `hugo new site` generator from the command line will create a directory structure with the following elements:
```

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.

View File

@@ -5,7 +5,7 @@ description: Create a Hugo site using the beautiful Ananke theme.
date: 2013-07-01
publishdate: 2013-07-01
categories: [getting started]
#tags: [quick start,usage]
keywords: [quick start,usage]
authors: [Shekhar Gulati, Ryan Watters]
menu:
docs:

View File

@@ -6,7 +6,7 @@ date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [getting started]
#tags: [usage,livereload,command line,flags]
keywords: [usage,livereload,command line,flags]
menu:
docs:
parent: "getting-started"