juev / jekyll2pelican

Small tool for converting from jekyll to pelican posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll2Pelican

$ git clone https://github.com/Juev/jekyll2pelican.git
$ cd jekyll2pelican
$ govendor sync
$ govendor build
$ mkdir source
$ cp <jekyll_src>/_posts/* source/
$ ./jekyll2pelican

Result files will be located in new directory "result".

About

Small tool for converting from jekyll to pelican posts


Languages

Language:Go 100.0%