/org-blog

Publish blog with org-mode and Hexo or Jekyll

Primary LanguageEmacs Lisp

Org-blog

Introduction

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.

Installation

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)