hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

hugo_import_jekyll.md (1479B)

    1 ---
    2 title: "hugo import jekyll"
    3 slug: hugo_import_jekyll
    4 url: /commands/hugo_import_jekyll/
    5 ---
    6 ## hugo import jekyll
    7 
    8 hugo import from Jekyll
    9 
   10 ### Synopsis
   11 
   12 hugo import from Jekyll.
   13 
   14 Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`.
   15 
   16 ```
   17 hugo import jekyll [flags]
   18 ```
   19 
   20 ### Options
   21 
   22 ```
   23       --force   allow import into non-empty target directory
   24   -h, --help    help for jekyll
   25 ```
   26 
   27 ### Options inherited from parent commands
   28 
   29 ```
   30       --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
   31       --config string              config file (default is path/config.yaml|json|toml)
   32       --configDir string           config dir (default "config")
   33       --debug                      debug output
   34   -e, --environment string         build environment
   35       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
   36       --log                        enable Logging
   37       --logFile string             log File path (if set, logging enabled automatically)
   38       --quiet                      build in quiet mode
   39   -s, --source string              filesystem path to read files relative from
   40       --themesDir string           filesystem path to themes directory
   41   -v, --verbose                    verbose output
   42       --verboseLog                 verbose logging
   43 ```
   44 
   45 ### SEE ALSO
   46 
   47 * [hugo import](/commands/hugo_import/)	 - Import your site from others.
   48