mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
8b49c3a175
commit
d460159a5f
24 changed files with 156 additions and 69 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo"
|
title: "hugo"
|
||||||
slug: hugo
|
slug: hugo
|
||||||
url: /commands/hugo/
|
url: /commands/hugo/
|
||||||
|
@ -19,7 +19,7 @@ built with love by spf13 and friends in Go.
|
||||||
Complete documentation is available at http://gohugo.io/.
|
Complete documentation is available at http://gohugo.io/.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo
|
hugo [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
@ -41,6 +41,7 @@ hugo
|
||||||
--disableSitemap do not build Sitemap file
|
--disableSitemap do not build Sitemap file
|
||||||
--enableGitInfo add Git revision, date and author info to the pages
|
--enableGitInfo add Git revision, date and author info to the pages
|
||||||
--forceSyncStatic copy all files when static is changed.
|
--forceSyncStatic copy all files when static is changed.
|
||||||
|
-h, --help help for hugo
|
||||||
--i18n-warnings print missing translations
|
--i18n-warnings print missing translations
|
||||||
--ignoreCache ignores the cache directory
|
--ignoreCache ignores the cache directory
|
||||||
-l, --layoutDir string filesystem path to layout directory
|
-l, --layoutDir string filesystem path to layout directory
|
||||||
|
@ -64,7 +65,6 @@ hugo
|
||||||
|
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo benchmark](/commands/hugo_benchmark/) - Benchmark Hugo by building a site a number of times.
|
* [hugo benchmark](/commands/hugo_benchmark/) - Benchmark Hugo by building a site a number of times.
|
||||||
* [hugo check](/commands/hugo_check/) - Contains some verification checks
|
|
||||||
* [hugo config](/commands/hugo_config/) - Print the site configuration
|
* [hugo config](/commands/hugo_config/) - Print the site configuration
|
||||||
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
||||||
* [hugo env](/commands/hugo_env/) - Print Hugo version and environment info
|
* [hugo env](/commands/hugo_env/) - Print Hugo version and environment info
|
||||||
|
@ -76,4 +76,4 @@ hugo
|
||||||
* [hugo undraft](/commands/hugo_undraft/) - Undraft changes the content's draft status from 'True' to 'False'
|
* [hugo undraft](/commands/hugo_undraft/) - Undraft changes the content's draft status from 'True' to 'False'
|
||||||
* [hugo version](/commands/hugo_version/) - Print the version number of Hugo
|
* [hugo version](/commands/hugo_version/) - Print the version number of Hugo
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo benchmark"
|
title: "hugo benchmark"
|
||||||
slug: hugo_benchmark
|
slug: hugo_benchmark
|
||||||
url: /commands/hugo_benchmark/
|
url: /commands/hugo_benchmark/
|
||||||
|
@ -15,7 +15,7 @@ Hugo can build a site many times over and analyze the running process
|
||||||
creating a benchmark.
|
creating a benchmark.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo benchmark
|
hugo benchmark [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
@ -38,6 +38,7 @@ hugo benchmark
|
||||||
--disableSitemap do not build Sitemap file
|
--disableSitemap do not build Sitemap file
|
||||||
--enableGitInfo add Git revision, date and author info to the pages
|
--enableGitInfo add Git revision, date and author info to the pages
|
||||||
--forceSyncStatic copy all files when static is changed.
|
--forceSyncStatic copy all files when static is changed.
|
||||||
|
-h, --help help for benchmark
|
||||||
--i18n-warnings print missing translations
|
--i18n-warnings print missing translations
|
||||||
--ignoreCache ignores the cache directory
|
--ignoreCache ignores the cache directory
|
||||||
-l, --layoutDir string filesystem path to layout directory
|
-l, --layoutDir string filesystem path to layout directory
|
||||||
|
@ -68,4 +69,4 @@ hugo benchmark
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [hugo](/commands/hugo/) - hugo builds your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo config"
|
title: "hugo config"
|
||||||
slug: hugo_config
|
slug: hugo_config
|
||||||
url: /commands/hugo_config/
|
url: /commands/hugo_config/
|
||||||
|
@ -14,7 +14,13 @@ Print the site configuration
|
||||||
Print the site configuration, both default and custom settings.
|
Print the site configuration, both default and custom settings.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo config
|
hugo config [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for config
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -31,4 +37,4 @@ hugo config
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [hugo](/commands/hugo/) - hugo builds your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo convert"
|
title: "hugo convert"
|
||||||
slug: hugo_convert
|
slug: hugo_convert
|
||||||
url: /commands/hugo_convert/
|
url: /commands/hugo_convert/
|
||||||
|
@ -18,6 +18,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```
|
```
|
||||||
|
-h, --help help for convert
|
||||||
-o, --output string filesystem path to write files to
|
-o, --output string filesystem path to write files to
|
||||||
-s, --source string filesystem path to read files relative from
|
-s, --source string filesystem path to read files relative from
|
||||||
--unsafe enable less safe operations, please backup first
|
--unsafe enable less safe operations, please backup first
|
||||||
|
@ -40,4 +41,4 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
|
||||||
* [hugo convert toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML
|
* [hugo convert toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML
|
||||||
* [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML
|
* [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo convert toJSON"
|
title: "hugo convert toJSON"
|
||||||
slug: hugo_convert_toJSON
|
slug: hugo_convert_toJSON
|
||||||
url: /commands/hugo_convert_tojson/
|
url: /commands/hugo_convert_tojson/
|
||||||
|
@ -15,7 +15,13 @@ toJSON converts all front matter in the content directory
|
||||||
to use JSON for the front matter.
|
to use JSON for the front matter.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo convert toJSON
|
hugo convert toJSON [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for toJSON
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -35,4 +41,4 @@ hugo convert toJSON
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo convert toTOML"
|
title: "hugo convert toTOML"
|
||||||
slug: hugo_convert_toTOML
|
slug: hugo_convert_toTOML
|
||||||
url: /commands/hugo_convert_totoml/
|
url: /commands/hugo_convert_totoml/
|
||||||
|
@ -15,7 +15,13 @@ toTOML converts all front matter in the content directory
|
||||||
to use TOML for the front matter.
|
to use TOML for the front matter.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo convert toTOML
|
hugo convert toTOML [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for toTOML
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -35,4 +41,4 @@ hugo convert toTOML
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo convert toYAML"
|
title: "hugo convert toYAML"
|
||||||
slug: hugo_convert_toYAML
|
slug: hugo_convert_toYAML
|
||||||
url: /commands/hugo_convert_toyaml/
|
url: /commands/hugo_convert_toyaml/
|
||||||
|
@ -15,7 +15,13 @@ toYAML converts all front matter in the content directory
|
||||||
to use YAML for the front matter.
|
to use YAML for the front matter.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo convert toYAML
|
hugo convert toYAML [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for toYAML
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -35,4 +41,4 @@ hugo convert toYAML
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo env"
|
title: "hugo env"
|
||||||
slug: hugo_env
|
slug: hugo_env
|
||||||
url: /commands/hugo_env/
|
url: /commands/hugo_env/
|
||||||
|
@ -14,7 +14,13 @@ Print Hugo version and environment info
|
||||||
Print Hugo version and environment info. This is useful in Hugo bug reports.
|
Print Hugo version and environment info. This is useful in Hugo bug reports.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo env
|
hugo env [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for env
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -31,4 +37,4 @@ hugo env
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [hugo](/commands/hugo/) - hugo builds your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo gen"
|
title: "hugo gen"
|
||||||
slug: hugo_gen
|
slug: hugo_gen
|
||||||
url: /commands/hugo_gen/
|
url: /commands/hugo_gen/
|
||||||
|
@ -13,6 +13,12 @@ A collection of several useful generators.
|
||||||
|
|
||||||
A collection of several useful generators.
|
A collection of several useful generators.
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for gen
|
||||||
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -30,4 +36,4 @@ A collection of several useful generators.
|
||||||
* [hugo gen doc](/commands/hugo_gen_doc/) - Generate Markdown documentation for the Hugo CLI.
|
* [hugo gen doc](/commands/hugo_gen_doc/) - Generate Markdown documentation for the Hugo CLI.
|
||||||
* [hugo gen man](/commands/hugo_gen_man/) - Generate man pages for the Hugo CLI
|
* [hugo gen man](/commands/hugo_gen_man/) - Generate man pages for the Hugo CLI
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo gen autocomplete"
|
title: "hugo gen autocomplete"
|
||||||
slug: hugo_gen_autocomplete
|
slug: hugo_gen_autocomplete
|
||||||
url: /commands/hugo_gen_autocomplete/
|
url: /commands/hugo_gen_autocomplete/
|
||||||
|
@ -30,13 +30,14 @@ or just source them in directly:
|
||||||
$ . /etc/bash_completion
|
$ . /etc/bash_completion
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo gen autocomplete
|
hugo gen autocomplete [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```
|
```
|
||||||
--completionfile string autocompletion file (default "/etc/bash_completion.d/hugo.sh")
|
--completionfile string autocompletion file (default "/etc/bash_completion.d/hugo.sh")
|
||||||
|
-h, --help help for autocomplete
|
||||||
--type string autocompletion type (currently only bash supported) (default "bash")
|
--type string autocompletion type (currently only bash supported) (default "bash")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -54,4 +55,4 @@ hugo gen autocomplete
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
|
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo gen doc"
|
title: "hugo gen doc"
|
||||||
slug: hugo_gen_doc
|
slug: hugo_gen_doc
|
||||||
url: /commands/hugo_gen_doc/
|
url: /commands/hugo_gen_doc/
|
||||||
|
@ -20,7 +20,7 @@ It creates one Markdown file per command with front matter suitable
|
||||||
for rendering in Hugo.
|
for rendering in Hugo.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo gen doc
|
hugo gen doc [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
@ -44,4 +44,4 @@ hugo gen doc
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
|
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo gen man"
|
title: "hugo gen man"
|
||||||
slug: hugo_gen_man
|
slug: hugo_gen_man
|
||||||
url: /commands/hugo_gen_man/
|
url: /commands/hugo_gen_man/
|
||||||
|
@ -16,13 +16,14 @@ command-line interface. By default, it creates the man page files
|
||||||
in the "man" directory under the current directory.
|
in the "man" directory under the current directory.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo gen man
|
hugo gen man [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```
|
```
|
||||||
--dir string the directory to write the man pages. (default "man/")
|
--dir string the directory to write the man pages. (default "man/")
|
||||||
|
-h, --help help for man
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -39,4 +40,4 @@ hugo gen man
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
|
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo import"
|
title: "hugo import"
|
||||||
slug: hugo_import
|
slug: hugo_import
|
||||||
url: /commands/hugo_import/
|
url: /commands/hugo_import/
|
||||||
|
@ -15,6 +15,12 @@ Import your site from other web site generators like Jekyll.
|
||||||
|
|
||||||
Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_path`.
|
Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_path`.
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for import
|
||||||
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -30,4 +36,4 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [hugo](/commands/hugo/) - hugo builds your site
|
||||||
* [hugo import jekyll](/commands/hugo_import_jekyll/) - hugo import from Jekyll
|
* [hugo import jekyll](/commands/hugo_import_jekyll/) - hugo import from Jekyll
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo import jekyll"
|
title: "hugo import jekyll"
|
||||||
slug: hugo_import_jekyll
|
slug: hugo_import_jekyll
|
||||||
url: /commands/hugo_import_jekyll/
|
url: /commands/hugo_import_jekyll/
|
||||||
|
@ -16,13 +16,14 @@ hugo import from Jekyll.
|
||||||
Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`.
|
Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo import jekyll
|
hugo import jekyll [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```
|
```
|
||||||
--force allow import into non-empty target directory
|
--force allow import into non-empty target directory
|
||||||
|
-h, --help help for jekyll
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -39,4 +40,4 @@ hugo import jekyll
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo import](/commands/hugo_import/) - Import your site from others.
|
* [hugo import](/commands/hugo_import/) - Import your site from others.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo list"
|
title: "hugo list"
|
||||||
slug: hugo_list
|
slug: hugo_list
|
||||||
url: /commands/hugo_list/
|
url: /commands/hugo_list/
|
||||||
|
@ -18,6 +18,7 @@ List requires a subcommand, e.g. `hugo list drafts`.
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```
|
```
|
||||||
|
-h, --help help for list
|
||||||
-s, --source string filesystem path to read files relative from
|
-s, --source string filesystem path to read files relative from
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -38,4 +39,4 @@ List requires a subcommand, e.g. `hugo list drafts`.
|
||||||
* [hugo list expired](/commands/hugo_list_expired/) - List all posts already expired
|
* [hugo list expired](/commands/hugo_list_expired/) - List all posts already expired
|
||||||
* [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future
|
* [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo list drafts"
|
title: "hugo list drafts"
|
||||||
slug: hugo_list_drafts
|
slug: hugo_list_drafts
|
||||||
url: /commands/hugo_list_drafts/
|
url: /commands/hugo_list_drafts/
|
||||||
|
@ -14,7 +14,13 @@ List all drafts
|
||||||
List all of the drafts in your content directory.
|
List all of the drafts in your content directory.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo list drafts
|
hugo list drafts [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for drafts
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -32,4 +38,4 @@ hugo list drafts
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo list expired"
|
title: "hugo list expired"
|
||||||
slug: hugo_list_expired
|
slug: hugo_list_expired
|
||||||
url: /commands/hugo_list_expired/
|
url: /commands/hugo_list_expired/
|
||||||
|
@ -15,7 +15,13 @@ List all of the posts in your content directory which has already
|
||||||
expired.
|
expired.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo list expired
|
hugo list expired [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for expired
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -33,4 +39,4 @@ hugo list expired
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo list future"
|
title: "hugo list future"
|
||||||
slug: hugo_list_future
|
slug: hugo_list_future
|
||||||
url: /commands/hugo_list_future/
|
url: /commands/hugo_list_future/
|
||||||
|
@ -15,7 +15,13 @@ List all of the posts in your content directory which will be
|
||||||
posted in the future.
|
posted in the future.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo list future
|
hugo list future [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for future
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -33,4 +39,4 @@ hugo list future
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo new"
|
title: "hugo new"
|
||||||
slug: hugo_new
|
slug: hugo_new
|
||||||
url: /commands/hugo_new/
|
url: /commands/hugo_new/
|
||||||
|
@ -19,7 +19,7 @@ You can also specify the kind with `-k KIND`.
|
||||||
If archetypes are provided in your theme or site, they will be used.
|
If archetypes are provided in your theme or site, they will be used.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo new [path]
|
hugo new [path] [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
@ -27,6 +27,7 @@ hugo new [path]
|
||||||
```
|
```
|
||||||
--editor string edit new content with this editor, if provided
|
--editor string edit new content with this editor, if provided
|
||||||
-f, --format string frontmatter format (default "toml")
|
-f, --format string frontmatter format (default "toml")
|
||||||
|
-h, --help help for new
|
||||||
-k, --kind string content type to create
|
-k, --kind string content type to create
|
||||||
-s, --source string filesystem path to read files relative from
|
-s, --source string filesystem path to read files relative from
|
||||||
```
|
```
|
||||||
|
@ -47,4 +48,4 @@ hugo new [path]
|
||||||
* [hugo new site](/commands/hugo_new_site/) - Create a new site (skeleton)
|
* [hugo new site](/commands/hugo_new_site/) - Create a new site (skeleton)
|
||||||
* [hugo new theme](/commands/hugo_new_theme/) - Create a new theme
|
* [hugo new theme](/commands/hugo_new_theme/) - Create a new theme
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo new site"
|
title: "hugo new site"
|
||||||
slug: hugo_new_site
|
slug: hugo_new_site
|
||||||
url: /commands/hugo_new_site/
|
url: /commands/hugo_new_site/
|
||||||
|
@ -16,7 +16,7 @@ The new site will have the correct structure, but no content or theme yet.
|
||||||
Use `hugo new [contentPath]` to create new content.
|
Use `hugo new [contentPath]` to create new content.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo new site [path]
|
hugo new site [path] [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
@ -24,6 +24,7 @@ hugo new site [path]
|
||||||
```
|
```
|
||||||
--force init inside non-empty directory
|
--force init inside non-empty directory
|
||||||
-f, --format string config & frontmatter format (default "toml")
|
-f, --format string config & frontmatter format (default "toml")
|
||||||
|
-h, --help help for site
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -41,4 +42,4 @@ hugo new site [path]
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo new](/commands/hugo_new/) - Create new content for your site
|
* [hugo new](/commands/hugo_new/) - Create new content for your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo new theme"
|
title: "hugo new theme"
|
||||||
slug: hugo_new_theme
|
slug: hugo_new_theme
|
||||||
url: /commands/hugo_new_theme/
|
url: /commands/hugo_new_theme/
|
||||||
|
@ -17,7 +17,13 @@ name to the copyright line in the license and adjust the theme.toml file
|
||||||
as you see fit.
|
as you see fit.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo new theme [name]
|
hugo new theme [name] [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for theme
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -35,4 +41,4 @@ hugo new theme [name]
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo new](/commands/hugo_new/) - Create new content for your site
|
* [hugo new](/commands/hugo_new/) - Create new content for your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo server"
|
title: "hugo server"
|
||||||
slug: hugo_server
|
slug: hugo_server
|
||||||
url: /commands/hugo_server/
|
url: /commands/hugo_server/
|
||||||
|
@ -25,7 +25,7 @@ and push the latest content to them. As most Hugo sites are built in a fraction
|
||||||
of a second, you will be able to save and see your changes nearly instantly.
|
of a second, you will be able to save and see your changes nearly instantly.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo server
|
hugo server [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
@ -49,6 +49,7 @@ hugo server
|
||||||
--disableSitemap do not build Sitemap file
|
--disableSitemap do not build Sitemap file
|
||||||
--enableGitInfo add Git revision, date and author info to the pages
|
--enableGitInfo add Git revision, date and author info to the pages
|
||||||
--forceSyncStatic copy all files when static is changed.
|
--forceSyncStatic copy all files when static is changed.
|
||||||
|
-h, --help help for server
|
||||||
--i18n-warnings print missing translations
|
--i18n-warnings print missing translations
|
||||||
--ignoreCache ignores the cache directory
|
--ignoreCache ignores the cache directory
|
||||||
-l, --layoutDir string filesystem path to layout directory
|
-l, --layoutDir string filesystem path to layout directory
|
||||||
|
@ -82,4 +83,4 @@ hugo server
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [hugo](/commands/hugo/) - hugo builds your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo undraft"
|
title: "hugo undraft"
|
||||||
slug: hugo_undraft
|
slug: hugo_undraft
|
||||||
url: /commands/hugo_undraft/
|
url: /commands/hugo_undraft/
|
||||||
|
@ -16,7 +16,13 @@ and updates the date to the current date and time.
|
||||||
If the content's draft status is 'False', nothing is done.
|
If the content's draft status is 'False', nothing is done.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo undraft path/to/content
|
hugo undraft path/to/content [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for undraft
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -33,4 +39,4 @@ hugo undraft path/to/content
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [hugo](/commands/hugo/) - hugo builds your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2017-04-26T22:40:07+02:00
|
date: 2017-05-23T20:59:46+03:00
|
||||||
title: "hugo version"
|
title: "hugo version"
|
||||||
slug: hugo_version
|
slug: hugo_version
|
||||||
url: /commands/hugo_version/
|
url: /commands/hugo_version/
|
||||||
|
@ -14,7 +14,13 @@ Print the version number of Hugo
|
||||||
All software has versions. This is Hugo's.
|
All software has versions. This is Hugo's.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo version
|
hugo version [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for version
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
@ -31,4 +37,4 @@ hugo version
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [hugo](/commands/hugo/) - hugo builds your site
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 26-Apr-2017
|
###### Auto generated by spf13/cobra on 23-May-2017
|
||||||
|
|
Loading…
Reference in a new issue