From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Hansen Subject: Re: Best way to create blog for company web site with Orgmode Date: Wed, 09 Mar 2016 22:15:36 +0100 Message-ID: <87egbjqrnr.fsf@gmx.net> References: <87io0wae5h.fsf@gmx.net> <87r3fjqx39.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adlSO-0001bt-3x for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 16:15:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adlSK-0001zC-29 for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 16:15:48 -0500 Received: from plane.gmane.org ([80.91.229.3]:44799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adlSJ-0001z8-Re for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 16:15:43 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1adlSI-0005gQ-Ip for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 22:15:42 +0100 Received: from xdsl-87-78-249-41.netcologne.de ([87.78.249.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Mar 2016 22:15:42 +0100 Received: from rainer.hansen by xdsl-87-78-249-41.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Mar 2016 22:15:42 +0100 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 Rainer Hansen writes: > Sometimes I should read more carefully what I write. I want to use a > static web site generator! So Wordpress is no option for me. > > Sorry for the confusion. > > Brett Viren writes: > >> Rainer Hansen writes: >> >>> I wonder what is the best way to create a blog for a company website >>> with Orgmode. I do not want to use a static web site generator. The >>> design of the web site is relying on Bootstrap and customs CSS. >> >> Just curious, why does wanting to use Bootstrap rule out an Org-based >> static site generator for you? > Of course I could use Bootstrap with an Org-based static site > generator. However, I my thinking is that I need to do a lot of > customizations to use it as a blogging engine. Perhaps I am wrong. I > would be happy if someone on the mailing-list has done it and can show > that it is quite straight forward to do. >> >> I'm slowly developing just such a beast. It Works For Me(TM) but is >> still a bit raw for others unless they can deal with some Python >> hacking and spotty documentation. >> >>> It should be easy to setup and to maintain for me? >> >> I think maybe you can better define what you mean by "easy"? >> > Yes, easy is relative. What I mean is that I can set it up in less than > 4 hours through configuration. I want to be able to reuse the visual > theme implemented in CSS for the rest of the web site in the time limit > mentioned before. One more comment from my side. I am especially interested in writing my blog posts in Orgmode and exporting them to either Jekyll or Nikola. Does Jekyll or Nikola with the respective need less blog text special syntax adaptations to post? > >> In the end, developing my own generator was easier than trying to adapt >> existing ones. There are a lot of great ones out there, especially if >> you expand to allow Markdown ones (either native authoring or using >> Org's Markdown export), but none do exactly what I wanted. >> >> -Brett. > Could you please provide some links? I am especially interested in > tutorials on setting them up.