github.com/lyeb/hugo@v0.47.1/docs/content/en/commands/hugo_import_jekyll.md (about)

     1  ---
     2  date: 2018-08-17
     3  title: "hugo import jekyll"
     4  slug: hugo_import_jekyll
     5  url: /commands/hugo_import_jekyll/
     6  ---
     7  ## hugo import jekyll
     8  
     9  hugo import from Jekyll
    10  
    11  ### Synopsis
    12  
    13  hugo import from Jekyll.
    14  
    15  Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`.
    16  
    17  ```
    18  hugo import jekyll [flags]
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24        --force   allow import into non-empty target directory
    25    -h, --help    help for jekyll
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --config string    config file (default is path/config.yaml|json|toml)
    32        --debug            debug output
    33        --log              enable Logging
    34        --logFile string   log File path (if set, logging enabled automatically)
    35        --quiet            build in quiet mode
    36    -v, --verbose          verbose output
    37        --verboseLog       verbose logging
    38  ```
    39  
    40  ### SEE ALSO
    41  
    42  * [hugo import](/commands/hugo_import/)	 - Import your site from others.
    43  
    44  ###### Auto generated by spf13/cobra on 17-Aug-2018