Re: [O] One org file to multiple pages static website.

2017-10-24 Thread Marcin Borkowski
On 2017-10-24, at 18:42, Kaushal Modi wrote: > Funny that this topic from Oct 2016 gets revived after a year :) My fault - I was just going through my "unread messages" queue, and didn't notice the date;-). > It was on "my list" to develop an Org exporter that exports one-to-many > style for H

Re: [O] One org file to multiple pages static website.

2017-10-24 Thread Pierre-Henry Frohring
Hi! I toyed with https://github.com/harc/ohm before I ended up with a couple of lines of Racket, Nginx and Pandoc. Ohm is worth looking at! Best, Cordialement, Pierre-Henry Fröhring 06 34 48 17 57 2017-10-24 18:42 GMT+02:00 Kaushal Modi : > Funny that this topic from Oct 2016 gets revived

Re: [O] One org file to multiple pages static website.

2017-10-24 Thread Kaushal Modi
Funny that this topic from Oct 2016 gets revived after a year :) It was on "my list" to develop an Org exporter that exports one-to-many style for Hugo static site generator. I released in back in September this year: https://ox-hugo.scripter.co/ (Source code: https://github.com/kaushalmodi/ox-hug

Re: [O] One org file to multiple pages static website.

2017-10-24 Thread Marcin Borkowski
On 2016-10-12, at 01:03, Pierre-Henry Frohring wrote: > Hi! > > Here is some code to go from one org-file to a multiple pages static > website, > one heading -> one post. > > Since I did not find anything like it, did it myself, think maybe others may > find this helpful. > > https://github.com

Re: [O] One org file to multiple pages static website.

2016-10-12 Thread Pierre-Henry Frohring
Unlike http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html https://github.com/phfrohring/org-to-blog has nothing to do with jekyll or any particular webserver. It just produces html files, sitemap, preserves links and assets in < 400 LOC.

Re: [O] One org file to multiple pages static website.

2016-10-12 Thread Rasmus
Pierre-Henry Frohring writes: > Hi! > > Here is some code to go from one org-file to a multiple pages static > website, > one heading -> one post. > > Since I did not find anything like it, did it myself, think maybe others may > find this helpful. I think it's similar to here: http://endl

Re: [O] One org file to multiple pages static website.

2016-10-12 Thread Pierre-Henry Frohring
http://www.holgerschurig.de/en/emacs-blog-from-org-to-hugo/ ​"So I wrote my own “publish *this* specific subtree” export. [...] markdown [...| Hugo [...]"​ Well, in this case https://github.com/phfrohring/org-to-blog it is quite ≠: headings with :ready: tag of the source org file are mapped to p

Re: [O] One org file to multiple pages static website.

2016-10-11 Thread Kaushal Modi
Thanks for sharing this. I have bookmarked something similar for the Hugo SSG: http://www.holgerschurig.de/en/emacs-blog-from-org-to-hugo/ On Tue, Oct 11, 2016 at 7:04 PM Pierre-Henry Frohring < frohring.pierrehe...@gmail.com> wrote: > Hi! > > Here is some code to go from one org-file to a multi

[O] One org file to multiple pages static website.

2016-10-11 Thread Pierre-Henry Frohring
Hi! Here is some code to go from one org-file to a multiple pages static website, one heading -> one post. Since I did not find anything like it, did it myself, think maybe others may find this helpful. https://github.com/phfrohring/org-to-blog Cheers!