hugo_gen.md (1494B)
1 --- 2 title: "hugo gen" 3 slug: hugo_gen 4 url: /commands/hugo_gen/ 5 --- 6 ## hugo gen 7 8 A collection of several useful generators. 9 10 ### Options 11 12 ``` 13 -h, --help help for gen 14 ``` 15 16 ### Options inherited from parent commands 17 18 ``` 19 --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 20 --config string config file (default is path/config.yaml|json|toml) 21 --configDir string config dir (default "config") 22 --debug debug output 23 -e, --environment string build environment 24 --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern 25 --log enable Logging 26 --logFile string log File path (if set, logging enabled automatically) 27 --quiet build in quiet mode 28 -s, --source string filesystem path to read files relative from 29 --themesDir string filesystem path to themes directory 30 -v, --verbose verbose output 31 --verboseLog verbose logging 32 ``` 33 34 ### SEE ALSO 35 36 * [hugo](/commands/hugo/) - hugo builds your site 37 * [hugo gen chromastyles](/commands/hugo_gen_chromastyles/) - Generate CSS stylesheet for the Chroma code highlighter 38 * [hugo gen doc](/commands/hugo_gen_doc/) - Generate Markdown documentation for the Hugo CLI. 39 * [hugo gen man](/commands/hugo_gen_man/) - Generate man pages for the Hugo CLI 40