Skip to content

Commit

Permalink
hugo: omit subject
Browse files Browse the repository at this point in the history
- Remove uses of "your" and "you"
  • Loading branch information
David Haynes authored and agnivade committed May 26, 2017
1 parent 474f188 commit 5ea8b54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/common/hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@

`hugo new site {{path/to/site}}`

- Create a new Hugo theme (you may also download one from https://themes.gohugo.io/):
- Create a new Hugo theme (themes may also be downloaded from https://themes.gohugo.io/):

`hugo new theme {{theme_name}}`

- Create a new page:

`hugo new {{section_name}}/{{filename}}`

- Build your site to the `./public/` directory:
- Build a site to the `./public/` directory:

`hugo`

- Build your site including pages that are marked as a "draft":
- Build a site including pages that are marked as a "draft":

`hugo --buildDrafts`

- Build your site to a given directory:
- Build a site to a given directory:

`hugo --destination {{path/to/destination}}`

- Build your site, start up a webserver to serve it, and automatically reload when pages are edited:
- Build a site, start up a webserver to serve it, and automatically reload when pages are edited:

`hugo server`

0 comments on commit 5ea8b54

Please sign in to comment.