From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Finally jekyll and org-jekyll Date: Wed, 11 Aug 2010 21:55:44 +0100 Message-ID: <4C630E50.60708@manor-farm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=32795 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjILB-0003xf-Ad for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 16:56:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjIL8-0004x2-SI for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 16:56:01 -0400 Received: from mail.ian-barton.com ([109.74.196.44]:36908 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjIL8-0004vy-OL for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 16:55:58 -0400 In-Reply-To: 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: Andrea Crotti Cc: emacs-orgmode@gnu.org On 11/08/10 17:41, Andrea Crotti wrote: > 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 > Hi Andrea, I don't use org-jekyll myself. You can view my tutorial on the way I di it at http://orgmode.org/worg/org-tutorials/org-jekyll.php . Basically what you need to do is to organize your system so that org publishes your .org files to html in a place that jekyll can process them. Are you trying to write a blog ie. posts ordered in date format, or a static web site, or a combination of both? If you can tell me exactly what you want to achieve, I'll try and help out. Ian.