From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Adamsky Subject: Re: Talk about Org mode at a small hacker conference (GPN12) Date: Sat, 02 Jun 2012 19:11:50 +0200 Message-ID: <87ehpx8wq1.fsf@haktar.org> References: <87k3zp5353.fsf@adamsky.it> <87vcj96bpe.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sarrn-0005Kk-HX for emacs-orgmode@gnu.org; Sat, 02 Jun 2012 13:11:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sarrl-0001Ym-KF for emacs-orgmode@gnu.org; Sat, 02 Jun 2012 13:11:55 -0400 Received: from static.109.81.47.78.clients.your-server.de ([78.47.81.109]:40332 helo=haktar.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sarrl-0001YX-Dv for emacs-orgmode@gnu.org; Sat, 02 Jun 2012 13:11:53 -0400 Received: from asmara (pD9E2D549.dip.t-dialin.net [217.226.213.73]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: cit) by haktar.org (Postfix) with ESMTPSA id 452A83DE0E04 for ; Sat, 2 Jun 2012 19:11:51 +0200 (CEST) In-Reply-To: <87vcj96bpe.fsf@googlemail.com> (Thorsten Jolitz's message of "Sat, 02 Jun 2012 16:16:29 +0200") 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@gnu.org Dear Thorsten, Thorsten Jolitz writes: > Florian Adamsky writes: > >> I will give a talk [fn:1] next weekend about Org mode at a small hacker >> conference in Germany > > Karlsruhe is too far away for me, unfortunately. However, I'm really > impressed by the beautiful design of your homepage: > > ,------------------------------------------------------------------------- > | > http://florian.adamsky.it/ > | > | About this site > | > | I created this site with Emacs, org-mode, Git and Jekyll. I used this > | wunderful clean design from Steve Losh and modified it a little bit. All > | kudos belong to him. > `------------------------------------------------------------------------- > > I visited the homepage of Steve Losh and his Mercurial repository for > the page. Since I want to build an Org mode based homepage too, I would > really like to 'steal' this design. Do you mind to share how you combined > Steve Losh's design with Org mode, Git and Jekyll? Is there a public > repo of your sites code? Sorry, but I have to disappoint you, the integration with Org mode is simple and not very sophisticated. I just use Org mode to write my blog posts and then to export it to HTML. After that, I put the exported HTML file in the _posts/ directory and commit a new stage via git. My server automatically pulls every 30 min the repository and runs the jekyll parser after that. The blog post file is a simple HTML file with the a small header like the following: --- layout: post title: Lorem ipsum --- In fact nothing really special. However, if you're still interested, I can send you my repository. Best regards -- Florian Adamsky http://florian.adamsky.it/