Hugo import from jekyll
authorcoderzh <pythonzh@gmail.com>
Thu, 1 Oct 2015 01:04:30 +0000 (09:04 +0800)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 4 Oct 2015 18:02:53 +0000 (20:02 +0200)
commit9a2f6c62a602fc701cc179ac9598092e85b342a8
treebf5aa4ee88bac98f72717667f002b73626eda93e
parent08d41c3a48548597a33f460f209974b64591c6fa
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
commands/hugo.go
commands/import.go [new file with mode: 0644]
commands/import_test.go [new file with mode: 0644]