URI: 
       docs: Regenerate 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 a6d774e809fdd682246d3fc31d2829d238e9b8ef
   DIR parent 9e4072ac237b14bc8beba7bfab83720a23098a1e
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Thu,  1 Jun 2023 10:51:41 +0200
       
       docs: Regenerate CLI docs
       
       Diffstat:
         M docs/content/en/commands/hugo_conf… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
       @@ -23,6 +23,7 @@ hugo config [command] [flags]
          -c, --contentDir string   filesystem path to content directory
              --format string       preferred file format (toml, yaml or json) (default "toml")
          -h, --help                help for config
       +      --lang string         the language to display config for. Defaults to the first language defined.
          -t, --theme strings       themes to use (located in /themes/THEMENAME/)
        ```