1HUGO-IMPORT(1) Hugo Manual HUGO-IMPORT(1)
2
3
4
6 hugo-import - Import your site from others.
7
8
9
11 hugo import [flags]
12
13
14
16 Import your site from other web site generators like Jekyll.
17
18
19 Import requires a subcommand, e.g. hugo import jekyll jekyll_root_path
20 target_path.
21
22
23
25 -h, --help[=false]
26 help for import
27
28
29
31 --config=""
32 config file (default is path/config.yaml|json|toml)
33
34
35 --configDir="config"
36 config dir
37
38
39 --debug[=false]
40 debug output
41
42
43 --log[=false]
44 enable Logging
45
46
47 --logFile=""
48 log File path (if set, logging enabled automatically)
49
50
51 --quiet[=false]
52 build in quiet mode
53
54
55 -v, --verbose[=false]
56 verbose output
57
58
59 --verboseLog[=false]
60 verbose logging
61
62
63
65 hugo(1), hugo-import-jekyll(1)
66
67
68
69Hugo 0.55.6 May 2019 HUGO-IMPORT(1)