1HUGO-IMPORT(1)Nov(2019) HUGO-IMPORT(1)Nov(2019)
2
3
4
5Hugo 0.59.1 Hugo Manual
6
7
9 hugo-import - Import your site from others.
10
11
12
14 hugo import [flags]
15
16
17
19 Import your site from other web site generators like Jekyll.
20
21
22 Import requires a subcommand, e.g. hugo import jekyll jekyll_root_path
23 target_path.
24
25
26
28 -h, --help[=false] help for import
29
30
31
33 --config="" config file (default is path/config.yaml|json|toml)
34
35
36 --configDir="config" config dir
37
38
39 --debug[=false] debug output
40
41
42 -e, --environment="" build environment
43
44
45 --ignoreVendor[=false] ignores any _vendor directory
46
47
48 --log[=false] enable Logging
49
50
51 --logFile="" log File path (if set, logging enabled automatically)
52
53
54 --quiet[=false] build in quiet mode
55
56
57 -s, --source="" filesystem path to read files relative from
58
59
60 --themesDir="" filesystem path to themes directory
61
62
63 -v, --verbose[=false] verbose output
64
65
66 --verboseLog[=false] verbose logging
67
68
69
71 hugo(1), hugo-import-jekyll(1)
72
73
74
75 HUGO-IMPORT(1)Nov(2019)