Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 593 Bytes

README.org

File metadata and controls

20 lines (16 loc) · 593 Bytes

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)