Skip to content

wallyqs/jekyll-org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

jekyll-org

Overview

This plugin adds org-mode support to Jekyll. it renders the org-mode file in posts and pages.

TODO: and syntax highlighting

Requirements

  • Jekyll
  • org-ruby

Installation

  1. install org-ruby
$ sudo gem install org-ruby
  1. clone the jekyll-org plugin
$ git clone http://github.com/eggcaker/jekyll-org.git /path/to/jekyllpath/_plugins/jekyll-org

if you want use jekyll-org as a submodule, sure you can

$ cd /path/to/your/jekyll/site/
$ git submodule add http://github.com/eggcaker/jekyll-org.git _plugins/jekyll-org

Usage

create a new file with .org extesion in _posts, and write post with org-mode. this all. then generate you jekyll site.

Source code Highlighting

TODO: add document

Author

eggcaker <eggcaker@gmail.com>

License

MIT

About

a Jekyll plugin for org-mode post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%