From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Finally jekyll and org-jekyll Date: Wed, 11 Aug 2010 18:41:02 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjEMe-0007PZ-R9 for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 12:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjEMd-00077j-PN for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 12:41:16 -0400 Received: from lo.gmane.org ([80.91.229.12]:59464) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjEMd-00077N-Im for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 12:41:15 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OjEMZ-00051J-2V for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 18:41:11 +0200 Received: from xdsl-89-0-14-232.netcologne.de ([89.0.14.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Aug 2010 18:41:11 +0200 Received: from andrea.crotti.0 by xdsl-89-0-14-232.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Aug 2010 18:41:11 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I've been struggling for already too much time and I really don't get anywhere the few informations I need. I want to finally build my page with jekyll and org-mode, and I also have org-jekyll which looks pretty cool, but anything I tried until now didn't work The question basically is, what do I have to write myself and what will be automatically written? I see that jekyll wants something like this below, but do I need to define alli those things even using org-jekyll? I also tried the test example in org-jekyll but all I get is the same files repeated again in the directory. --8<---------------cut here---------------start------------->8--- |-- _config.yml |-- _layouts | |-- default.html | `-- post.html |-- _posts | |-- 2007-10-29-why-every-programmer-should-play-nethack.textile | `-- 2009-04-26-barcamp-boston-4-roundup.textile |-- _site `-- index.html --8<---------------cut here---------------end--------------->8--- Any simple in two words explanation that could finally enlighten me please? Thanks a lot