A script to convert posts from Jekyll to Harp
cd mysite/_posts
jekyll2harp -d ./out mysite/_posts/*.md
_data.json
-s
_data.json
is the order that you specify files in. You may have to reorder after converting. layout
and published
.npm install -g jekyll2harp
Or if you want to hack on it (pull requests welcome) run it from source like so:
git clone [email protected]:edrex/jekyll2harp.git
cd jekyll2harp
npm install
npm link
% jekyll2harp -h ✭
Usage: jekyll2harp [options] <file ...>
Options:
-h, --help output usage information
-V, --version output the version number
-s --skip_keys <skip_keys> Skip keys
-d --dest <dest> Destination directory