summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-07 21:46:30 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-07 21:46:30 +0200
commit8c490a73b3735a0db46abba9bbe15de5ed2167e1 (patch)
treeefd2092e96e7edf465abbe760dd2a64f8cc1d63c /docs/content/en/commands/hugo.md
parente6cd9da42d415552ae69e6b0afae823fd5e0003c (diff)
docs: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo.md')
-rw-r--r--docs/content/en/commands/hugo.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
index 9805034bf..b14416b70 100644
--- a/docs/content/en/commands/hugo.md
+++ b/docs/content/en/commands/hugo.md
@@ -1,5 +1,5 @@
---
-date: 2020-03-03
+date: 2020-09-07
title: "hugo"
slug: hugo
url: /commands/hugo/
@@ -15,7 +15,7 @@ hugo is the main command, used to build your Hugo site.
Hugo is a Fast and Flexible Static Site Generator
built with love by spf13 and friends in Go.
-Complete documentation is available at https://gohugo.io/.
+Complete documentation is available at http://gohugo.io/.
```
hugo [flags]
@@ -51,6 +51,7 @@ hugo [flags]
--noChmod don't sync permission mode of files
--noTimes don't sync modification time of files
--path-warnings print warnings on duplicate target paths etc.
+ --print-mem print memory usage to screen at intervals
--quiet build in quiet mode
--renderToMemory render to memory (only useful for benchmark testing)
-s, --source string filesystem path to read files relative from
@@ -79,4 +80,4 @@ hugo [flags]
* [hugo server](/commands/hugo_server/) - A high performance webserver
* [hugo version](/commands/hugo_version/) - Print the version number of Hugo
-###### Auto generated by spf13/cobra on 3-Mar-2020
+###### Auto generated by spf13/cobra on 7-Sep-2020