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

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