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]
26 allow import into non-empty target directory
27
28
29 -h, --help[=false]
30 help for jekyll
31
32
33
35 --config=""
36 config file (default is path/config.yaml|json|toml)
37
38
39 --configDir="config"
40 config dir
41
42
43 --debug[=false]
44 debug output
45
46
47 --log[=false]
48 enable Logging
49
50
51 --logFile=""
52 log File path (if set, logging enabled automatically)
53
54
55 --quiet[=false]
56 build in quiet mode
57
58
59 -v, --verbose[=false]
60 verbose output
61
62
63 --verboseLog[=false]
64 verbose logging
65
66
67
69 hugo-import(1)
70
71
72
73Hugo 0.55.6 May 2019 HUGO-IMPORT-JEKYLL(1)