org-blog is an emacs plugins which can easily create org-mode file which can be exported to standard Jekyll or Hexo posts. org-blog also support user to control their post’s yaml front matter values in org-mode files.
To install this plugins, just clone the source code from github.
git clone https://github.com/RNAer/org-blog.git
Then, add org-jekyll to your load-path and enable it:
(add-to-list 'load-path "path/to/org-jekyll")
(require 'ox-blog)