From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Minimal overhead Org-mode blogging system Date: Sat, 10 Dec 2011 22:33:25 -0600 Message-ID: References: <2011-12-04T17-22-10@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZb6O-0004ty-DE for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 23:33:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZb6M-0008SZ-TE for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 23:33:28 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:35632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZb6M-0008RR-Pg for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 23:33:26 -0500 Received: by iahk25 with SMTP id k25so7857547iah.0 for ; Sat, 10 Dec 2011 20:33:25 -0800 (PST) In-Reply-To: <2011-12-04T17-22-10@devnull.Karl-Voit.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: news1142@karl-voit.at Cc: emacs-orgmode@gnu.org On Sun, Dec 4, 2011 at 10:51 AM, Karl Voit wrote: > Hi! > > I got a nice idea on how a very easy to use Org-mode blog system > should look like. > > Currently, I am using Serendipidy with web-based editor to write > HTML. Org-mode enabled me to write blog entries and export it to > HTML. Then I paste the HTML and have to modify minor things (images, > ...) a bit. I guess the time from finishing the Org-mode entry to > the final blog entry is approximately ten to twenty minutes. > > Overall, I do not want to do this process when I just want to > quickly write a view paragraphs within a couple of minutes. I need > a workflow with much less annoying overhead. Hello, I agree with you about the "Much less annoying overhead". I love the org-mode format, but I do not like the existing solutions that others are using to blog with org-mode. The main reasons is that it seems like a lot of overhead to create the look & feel of the site and how blog posts are shown, etc. So, I've been using Jekyll, and have found it to be okay, once you have it set up the way you want. Now that I have it set up the way I want, I want to just use org-mode formatted files, instead of markdown. After some googling, I found this project, which looks promising: https://github.com/abhiyerra/jekyll It's just a small fork of Jekyll, that uses org-ruby to find *.org files in your project and convert it to HTML. The main advantages that I can see are: - Edit my blog posts in Emacs or Vim, using Org-mode format, which I like better than Markdown. - Jekyll has an outstanding feature set, including auto-preview. So I can just run jekyll --watch (or something like that) in my blog's directory and it will automatically detect changes and re-render the HTML. - Jekyll has lots of meta-data tags (I think they're called YAML front matter and liquid templates). and I'll make sure that org-ruby can parse these tags as well. I will see if it works for me, and then report back to the mailing list :-) --Nate