org-jekyll

org-jekyll

Export jekyll posts from org-mode

org-jekyll

Export Jekyll blog posts from org-mode

Note: This project is no longer actively maintained (last updated 2014). For current alternatives, please see the Alternatives section below.

Overview

org-jekyll extracts subtrees from your org-publish project files that have a :blog: keyword and an :on: property with a timestamp, and exports them to a subdirectory _posts of your project's publishing directory in the year-month-day-title.html format that Jekyll expects.

Properties are passed over as YAML front-matter in the exported files. The title of the entry is the title of the subtree.

Documentation

Full documentation is available at: juanreyero.com/open/org-jekyll/

Alternatives

Since this project is no longer maintained, you may want to consider these actively maintained alternatives:

ox-jekyll

org-jekyll-mode

jekyll-org

Native Org-mode Publishing

Many users now use Org-mode's built-in publishing features directly with Jekyll, often automated through GitHub Actions.

Author

Juan Reyero - juanreyero.com