Re: [O] Org as a static site generator

2013-05-29 Thread Eric Schulte
François Pinard writes: > Bastien writes: > >> Oh, nice! I added a pointer in Worg: >> http://orgmode.org/worg/org-tools/index.html > > At the end of that page, there is: "See the page Org Blogs and Wikis.", > with "Org Blogs and Wikis" clickable. However, the pointer resolves to > file:///hom

Re: [O] Org as a static site generator

2013-05-27 Thread François Pinard
Bastien writes: > Oh, nice! I added a pointer in Worg: > http://orgmode.org/worg/org-tools/index.html At the end of that page, there is: "See the page Org Blogs and Wikis.", with "Org Blogs and Wikis" clickable. However, the pointer resolves to file:///home/emacs/install/git/worg/org-blog-wiki

Re: [O] Org as a static site generator

2013-04-10 Thread Bastien
"'Mash (Thomas Herbert)" writes: > I rolled my own called "Orgile". > > http://toshine.org/etc/orgile-emacs-org-mode-file-html-parser-php-publishing-tool/ Oh, nice! I added a pointer in Worg: http://orgmode.org/worg/org-tools/index.html -- Bastien

Re: [O] Org as a static site generator

2013-04-10 Thread 'Mash (Thomas Herbert)
On 2013-04-01 13:12+0200, David Engster wrote: > I'd like to use Org as a static site generator. I know quite a few > people use Org to manage their sites, so I'd like to know what's already > available and what I'd need to add to make this working properly. > > I know of course how to export a bun

Re: [O] Org as a static site generator

2013-04-06 Thread Ian Barton
On 06/04/13 16:15, Christopher Allan Webber wrote: Cool, thanks for that info! Ian Barton writes: On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote: Ian Barton writes: On 01/04/13 13:08, Vincent Beffara wrote: Yes, I mean, I know which html you need for that, simply

Re: [O] Org as a static site generator

2013-04-06 Thread Christopher Allan Webber
Cool, thanks for that info! Ian Barton writes: > On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote: >> Ian Barton writes: >> >> > On 01/04/13 13:08, Vincent Beffara wrote: >> > >> >> Yes, I mean, I know which html you need for that, simply within o-blog >> >> you need to m

Re: [O] Org as a static site generator

2013-04-06 Thread Ian Barton
On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote: > Ian Barton writes: > > > On 01/04/13 13:08, Vincent Beffara wrote: > > > >> Yes, I mean, I know which html you need for that, simply within o-blog you > >> need to manage between relative paths, absolute paths, canonical p

Re: [O] Org as a static site generator

2013-04-05 Thread Christopher Allan Webber
Ian Barton writes: > On 01/04/13 13:08, Vincent Beffara wrote: > >> Yes, I mean, I know which html you need for that, simply within o-blog you >> need to manage between relative paths, absolute paths, canonical paths and >> so on in the template, to match the right section, - mainly it should b

Re: [O] Org as a static site generator

2013-04-01 Thread Ian Barton
On 01/04/13 13:08, Vincent Beffara wrote: Yes, I mean, I know which html you need for that, simply within o-blog you need to manage between relative paths, absolute paths, canonical paths and so on in the template, to match the right section, - mainly it should be a matter of let-ing the rig

Re: [O] Org as a static site generator

2013-04-01 Thread Vincent Beffara
> > > Thing of a typical HTML5 template having a , , , > > > and . I'd like Org to include the different exported files into > > > the section, and the rest to remain the same. The would > > > contain a global navigation menu, also highlighting the current active > > > section (though CSS, no JS

Re: [O] Org as a static site generator

2013-04-01 Thread David Engster
Vincent Beffara writes: > I am using o-blog for that, it is pretty great. Thanks, that looks pretty nice. I'll take a look. >> Thing of a typical HTML5 template having a , , , >> and . I'd like Org to include the different exported files into >> the section, and the rest to remain the same. The

Re: [O] Org as a static site generator

2013-04-01 Thread Vincent Beffara
Hi, I am using o-blog for that, it is pretty great. One Org file for everything, and it actually splits it into one page per marked headline. You can use one of the headlines as a template for the nav section of the page, shared across all pages. (As you can tell from the name, it is intended a

[O] Org as a static site generator

2013-04-01 Thread David Engster
I'd like to use Org as a static site generator. I know quite a few people use Org to manage their sites, so I'd like to know what's already available and what I'd need to add to make this working properly. I know of course how to export a bunch of Org files to HTML through the publishing features.