mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Hugo import from jekyll
usage: hugo import jekyll jekyll_root_path target_path Implemented: * Create new hugo site * Create config.yaml * Convert all markdown contents. * Copy all other files and folders to static Fixes #101
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
08d41c3a48
commit
9a2f6c62a6
@@ -83,6 +83,7 @@ func AddCommands() {
|
||||
HugoCmd.AddCommand(undraftCmd)
|
||||
HugoCmd.AddCommand(genautocompleteCmd)
|
||||
HugoCmd.AddCommand(gendocCmd)
|
||||
HugoCmd.AddCommand(importCmd)
|
||||
}
|
||||
|
||||
//Initializes flags
|
||||
|
Reference in New Issue
Block a user