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.
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.
Full documentation is available at: juanreyero.com/open/org-jekyll/
Since this project is no longer maintained, you may want to consider these actively maintained alternatives:
Many users now use Org-mode's built-in publishing features directly with Jekyll, often automated through GitHub Actions.
Juan Reyero - juanreyero.com