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] help for import
26
27
28
30 --clock="" set the clock used by Hugo, e.g. --clock
31 2021-11-06T22:30:00.00+09:00
32
33
34 --config="" config file (default is hugo.yaml|json|toml)
35
36
37 --configDir="config" config dir
38
39
40 --debug[=false] debug output
41
42
43 -e, --environment="" build environment
44
45
46 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
47 ing the given Glob pattern
48
49
50 --log[=false] enable Logging
51
52
53 --logFile="" log File path (if set, logging enabled automatically)
54
55
56 --quiet[=false] build in quiet mode
57
58
59 -s, --source="" filesystem path to read files relative from
60
61
62 --themesDir="" filesystem path to themes directory
63
64
65 -v, --verbose[=false] verbose output
66
67
68 --verboseLog[=false] verbose logging
69
70
71
73 hugo(1), hugo-import-jekyll(1)
74
75
76
77Hugo 0.111.3 Jul 2023 HUGO-IMPORT(1)