From mboxrd@z Thu Jan 1 00:00:00 1970 From: ST Subject: Re: Moving from Jekyll to Orgmode Date: Wed, 09 May 2018 15:37:57 +0300 Message-ID: <1525869477.2021.96.camel@gmail.com> References: <1524949519.21032.171.camel@gmail.com> <87o9hu7zz4.fsf@gmx.us> <1525682386.2021.37.camel@gmail.com> <87muxb6ra4.fsf@gmx.us> <1525851324.2021.59.camel@gmail.com> <87mux9i7bk.fsf@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGOM9-0006kZ-HV for emacs-orgmode@gnu.org; Wed, 09 May 2018 08:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGOM5-0007De-Ix for emacs-orgmode@gnu.org; Wed, 09 May 2018 08:38:05 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:40292) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGOM5-0007Cs-CO for emacs-orgmode@gnu.org; Wed, 09 May 2018 08:38:01 -0400 Received: by mail-wm0-x234.google.com with SMTP id j5-v6so27541348wme.5 for ; Wed, 09 May 2018 05:38:01 -0700 (PDT) In-Reply-To: <87mux9i7bk.fsf@tsdye.com> 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" To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org, Rasmus > > > > Is the difficulty to setup ox-publish the sole disadvantage vis. > > ox-hugo/ox-jekyll/etc.? Is the functionality the same > > more_or_less? > > > > What ox-hugo devs/users have to say on this? > > I enjoy the hugo server. Make a change to the org mode file, > export with ox-hugo, and then look at the web browser to see the > effect of the change. It makes the work much easier, IMHO. > Jekyll also has a built-in web server. It is indeed useful. I didn't check but I thought there must be similar standard command line Linux tool for this, so you could immediately see the results of ox-publish exported website. Is anybody aware of such a tool?