1HUGO-GEN-DOC(1)                   Hugo Manual                  HUGO-GEN-DOC(1)
2
3
4

NAME

6       hugo-gen-doc - Generate Markdown documentation for the Hugo CLI.
7
8
9

SYNOPSIS

11       hugo gen doc [flags]
12
13
14

DESCRIPTION

16       Generate Markdown documentation for the Hugo CLI.
17
18
19       This command is, mostly, used to create up-to-date documentation of
20       Hugo's command-line interface for ⟨http://gohugo.io/⟩.
21
22
23       It creates one Markdown file per command with front matter suitable for
24       rendering in Hugo.
25
26
27

OPTIONS

29       --dir="/tmp/hugodoc/"
30           the directory to write the doc.
31
32
33       -h, --help[=false]
34           help for doc
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --config=""
40           config file (default is path/config.yaml|json|toml)
41
42
43       --configDir="config"
44           config dir
45
46
47       --debug[=false]
48           debug output
49
50
51       --log[=false]
52           enable Logging
53
54
55       --logFile=""
56           log File path (if set, logging enabled automatically)
57
58
59       --quiet[=false]
60           build in quiet mode
61
62
63       -v, --verbose[=false]
64           verbose output
65
66
67       --verboseLog[=false]
68           verbose logging
69
70
71

SEE ALSO

73       hugo-gen(1)
74
75
76
77Hugo 0.55.6                        May 2019                    HUGO-GEN-DOC(1)
Impressum