URI: 
       docs: Regen CLI docs - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 43a23239b2e3ad602c06d9af0b648e0304fc8744
   DIR parent 4479f09c9cfde4e0aeb6cc72b5b0197f3eefb0d2
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sun,  4 Jul 2021 16:35:21 +0200
       
       docs: Regen CLI docs
       
       Diffstat:
         M docs/content/en/commands/hugo.md    |       1 +
         M docs/content/en/commands/hugo_mod.… |       1 +
         M docs/content/en/commands/hugo_new.… |       1 +
         M docs/content/en/commands/hugo_serv… |       1 +
       
       4 files changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
       @@ -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.
       +      --poll                       use a poll based approach to watch for file system changes
              --print-mem                  print memory usage to screen at intervals
              --quiet                      build in quiet mode
              --renderToMemory             render to memory (only useful for benchmark testing)
   DIR diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md
       @@ -46,6 +46,7 @@ See https://gohugo.io/hugo-modules/ for more information.
              --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.
       +      --poll                   use a poll based approach to watch for file system changes
              --print-mem              print memory usage to screen at intervals
              --templateMetrics        display metrics about template executions
              --templateMetricsHints   calculate some improvement hints when combined with --templateMetrics
   DIR diff --git a/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md
       @@ -47,6 +47,7 @@ hugo new [path] [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.
       +      --poll                   use a poll based approach to watch for file system changes
              --print-mem              print memory usage to screen at intervals
              --templateMetrics        display metrics about template executions
              --templateMetricsHints   calculate some improvement hints when combined with --templateMetrics
   DIR diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md
       @@ -59,6 +59,7 @@ hugo server [flags]
              --noHTTPCache            prevent HTTP caching
              --noTimes                don't sync modification time of files
              --path-warnings          print warnings on duplicate target paths etc.
       +      --poll                   use a poll based approach to watch for file system changes
          -p, --port int               port on which the server will listen (default 1313)
              --print-mem              print memory usage to screen at intervals
              --renderToDisk           render to Destination path (default is render to memory & serve from there)