greghendershott / frog

Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.
919 stars 96 forks source link

Feature request: Support for .org documents #148

Open ismailadegbenga opened 8 years ago

ismailadegbenga commented 8 years ago

Is it possible for frog to support org documents? I need this feature to transition from my current setup where my source documents are .org files I will appreciate pointers in the right direction to implement this if it's not your priority right now. Thanks.

greghendershott commented 8 years ago

I'm sorry to be so slow to reply to this; I've been swamped the last few weeks.

I won't be able to add this feature in the foreseeable future.

joelmccracken commented 8 years ago

I wrote an org mode converter for jekyll a while back. You could probably adapt it to your needs.

The Jekyll plugin: https://github.com/joelmccracken/joelmccracken.github.com/blob/writing/_plugins/org-converter.rb

and the elisp: https://github.com/joelmccracken/joelmccracken.github.com/blob/writing/_lib/org-convert.el

I haven't written in a while, but IIRC there were a few weird things with the emacs server not shutting down correctly. Barring that, it worked very well! I can help if you want some help adapting it.