Skip to content

RNAer/org-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Publish blog with org-mode and Hexo or Jekyll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published