1HUGO-IMPORT-JEKYLL(1) Hugo Manual HUGO-IMPORT-JEKYLL(1)
2
3
4
6 hugo-import-jekyll - hugo import from Jekyll
7
8
9
11 hugo import jekyll [flags]
12
13
14
16 hugo import from Jekyll.
17
18
19 Import from Jekyll requires two paths, e.g. hugo import jekyll
20 jekyll_root_path target_path.
21
22
23
25 --force[=false] allow import into non-empty target directory
26
27
28 -h, --help[=false] help for jekyll
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 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
46 ing the given Glob pattern
47
48
49 --log[=false] enable Logging
50
51
52 --logFile="" log File path (if set, logging enabled automatically)
53
54
55 --quiet[=false] build in quiet mode
56
57
58 -s, --source="" filesystem path to read files relative from
59
60
61 --themesDir="" filesystem path to themes directory
62
63
64 -v, --verbose[=false] verbose output
65
66
67 --verboseLog[=false] verbose logging
68
69
70
72 hugo-import(1)
73
74
75
76Hugo 0.98.0 Jul 2022 HUGO-IMPORT-JEKYLL(1)