From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waldemar Quevedo Subject: Yet another Jekyll Org mode setup Date: Mon, 9 Dec 2013 03:16:26 +0900 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11330af2ed09d504ed09e10a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpiuR-0006ov-6Q for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 13:16:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpiuO-0004jD-QF for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 13:16:51 -0500 Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:52639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpiuO-0004j9-LA for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 13:16:48 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp18so2815222obc.15 for ; Sun, 08 Dec 2013 10:16:47 -0800 (PST) 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: emacs-orgmode --001a11330af2ed09d504ed09e10a Content-Type: text/plain; charset=ISO-8859-1 Hello list, This is just to share my setup for using Jekyll and Org mode in case someone finds it useful... https://github.com/wallyqs/yet-another-jekyll-org-template What I like about this setup is that I can avoid having to add YAML front matter to Org mode posts by patching Jekyll with a plugin (link: https://github.com/wallyqs/jekyll-org/blob/master/convert.rb). It also disables Liquid templates since Org mode syntax can already cover some of those cases (like including files). In this setup I am using the Org-ruby parser to render into HTML for convenience, though it could also be possible to shell out to the Emacs Org mode parser, I just would have to catchup on how to do that in latest versions of Org (last time I did I used 'org-export-as-html', fix would be to shell out to Emacs here: https://github.com/wallyqs/jekyll-org/blob/master/convert.rb#L49). Cheers, - Waldemar --001a11330af2ed09d504ed09e10a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello list,

This is just to share my se= tup for using Jekyll and Org mode in case someone finds it useful...
<= div>= https://github.com/wallyqs/yet-another-jekyll-org-template

What I like about this setup is that I can avoid = having to add YAML front matter to Org mode posts by patching Jekyll with a= plugin (link: https://github.com/wallyqs/jekyll-org/blob/master/convert.rb). It also disables Liquid templates since Org mode syntax can already co= ver some of those cases (like including files).


Cheers,

- Waldemar
<= br>
--001a11330af2ed09d504ed09e10a-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Yet another Jekyll Org mode setup Date: Mon, 23 Dec 2013 00:13:39 +0100 Message-ID: <87iougcwd8.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VusDV-0006aw-24 for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 18:13:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VusDP-0004k6-MU for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 18:13:49 -0500 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:65383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VusDP-0004k0-GZ for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 18:13:43 -0500 Received: by mail-wi0-f176.google.com with SMTP id hq4so10373654wib.15 for ; Sun, 22 Dec 2013 15:13:42 -0800 (PST) In-Reply-To: (Waldemar Quevedo's message of "Mon, 9 Dec 2013 03:16:26 +0900") 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: Waldemar Quevedo Cc: emacs-orgmode Hi Waldemar, Waldemar Quevedo writes: > This is just to share my setup for using Jekyll and Org mode in case > someone finds it useful... > https://github.com/wallyqs/yet-another-jekyll-org-template As a user of github pages, yes, I can imagine how useful this is! Thanks for sharing it, -- Bastien