From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] website: Add support for Haunt. Date: Thu, 05 Nov 2015 22:25:27 +0100 Message-ID: <87io5gcf5k.fsf@gnu.org> References: <87si4mg4fc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuS2I-0001dU-FK for guix-devel@gnu.org; Thu, 05 Nov 2015 16:25:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuS2E-0005p9-1U for guix-devel@gnu.org; Thu, 05 Nov 2015 16:25:34 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuS2D-0005p5-Uq for guix-devel@gnu.org; Thu, 05 Nov 2015 16:25:29 -0500 In-Reply-To: <87si4mg4fc.fsf@gnu.org> (Mathieu Lirzin's message of "Tue, 03 Nov 2015 22:26:47 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > +Building the website depends on the static site generator: > + > + - [[http://haunt.dthompson.us/][Haunt]] > + > +To build the site, run =E2=80=98haunt build -c guixsd.scm=E2=80=99 to co= mpile all of > +the HTML pages. To view the results, run =E2=80=98haunt serve -c guixsd= .scm=E2=80=99 > +and visit in a web browser. This looks nice. Is there a way to specify the output directory for the generated HTML? Currently I do: (export-web-site "/path/to/cvs/checkout") so the HTML ends up directly in the right place. Does the generated HTML change as a result of using Haunt? Thanks! Ludo=E2=80=99.