emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Talk about Org mode at a small hacker conference (GPN12)
@ 2012-06-02 12:06 Florian Adamsky
  2012-06-02 14:16 ` Thorsten Jolitz
  2012-06-04  6:35 ` Bastien
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Adamsky @ 2012-06-02 12:06 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I will give a talk [fn:1] next weekend about Org mode at a small hacker
conference in Germany: Gulaschprogrammiernacht 2012 [fn:2]. There will
be around 300 people and I hope I can awake enthusiasm for Org mode. My
talk will be recorded and I once I finished my slides I will put them on
my web page. Just for your information. If somebody by chance is also
there, I would love to drink a beer with you :-).

Best regards,
Florian

[fn:1] https://entropia.de/GPN12:Emacs_Org-mode
[fn:2] https://entropia.de/GPN
--
Florian Adamsky
http://florian.adamsky.it/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Talk about Org mode at a small hacker conference (GPN12)
  2012-06-02 12:06 Talk about Org mode at a small hacker conference (GPN12) Florian Adamsky
@ 2012-06-02 14:16 ` Thorsten Jolitz
  2012-06-02 17:11   ` Florian Adamsky
  2012-06-04  6:35 ` Bastien
  1 sibling, 1 reply; 5+ messages in thread
From: Thorsten Jolitz @ 2012-06-02 14:16 UTC (permalink / raw)
  To: emacs-orgmode

Florian Adamsky <fa-orgmode@haktar.org> writes:

Hello Florian, 

> 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?

TIA

-- 
cheers,
Thorsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Talk about Org mode at a small hacker conference (GPN12)
  2012-06-02 14:16 ` Thorsten Jolitz
@ 2012-06-02 17:11   ` Florian Adamsky
  2012-06-02 20:02     ` Thorsten Jolitz
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Adamsky @ 2012-06-02 17:11 UTC (permalink / raw)
  To: emacs-orgmode

Dear Thorsten,

Thorsten Jolitz <tjolitz@googlemail.com> writes:

> Florian Adamsky <fa-orgmode@haktar.org> 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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Talk about Org mode at a small hacker conference (GPN12)
  2012-06-02 17:11   ` Florian Adamsky
@ 2012-06-02 20:02     ` Thorsten Jolitz
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten Jolitz @ 2012-06-02 20:02 UTC (permalink / raw)
  To: emacs-orgmode

Florian Adamsky <fa-orgmode@haktar.org> writes:

Hi Florian,

> Thorsten Jolitz <tjolitz@googlemail.com> writes:
>
>> Florian Adamsky <fa-orgmode@haktar.org> 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. 

As long as it looks nice it must not be sophisticated. And its really
the kind of design I was looking for - minimal, but beautiful and with
style. 

> 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.

I'm still interested!
Would be great if you could send me the repo. 

Thanks

-- 
cheers,
Thorsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Talk about Org mode at a small hacker conference (GPN12)
  2012-06-02 12:06 Talk about Org mode at a small hacker conference (GPN12) Florian Adamsky
  2012-06-02 14:16 ` Thorsten Jolitz
@ 2012-06-04  6:35 ` Bastien
  1 sibling, 0 replies; 5+ messages in thread
From: Bastien @ 2012-06-04  6:35 UTC (permalink / raw)
  To: Florian Adamsky; +Cc: emacs-orgmode

Hi Florian,

Florian Adamsky <fa-orgmode@haktar.org> writes:

> I will give a talk [fn:1] next weekend about Org mode at a small hacker
> conference in Germany: Gulaschprogrammiernacht 2012 [fn:2]. There will
> be around 300 people and I hope I can awake enthusiasm for Org mode. My
> talk will be recorded and I once I finished my slides I will put them on
> my web page. Just for your information. If somebody by chance is also
> there, I would love to drink a beer with you :-).

Looks great, let us know how it goes and send us materials when
available!

Schöne Grüße to german friends,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-04  6:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-02 12:06 Talk about Org mode at a small hacker conference (GPN12) Florian Adamsky
2012-06-02 14:16 ` Thorsten Jolitz
2012-06-02 17:11   ` Florian Adamsky
2012-06-02 20:02     ` Thorsten Jolitz
2012-06-04  6:35 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).