Re: [PATCH] website: Add support for Haunt.

2015-11-16 Thread Mathieu Lirzin
Hi, Sorry for my late answer. Alex Vong writes: > I have followed your instruction but there is still a problem. After I > run `guix build -f guix.scm`, I try to run: > > alexvong1995@debian:~$ > /gnu/store/n8r3jj2jhs5xvpcf2d4crqk706089sxa-haunt-0.1/bin/haunt --help > Backtrace: > In ice-9/boot

Re: [PATCH] website: Add support for Haunt.

2015-11-10 Thread Alex Vong
Hi, On 11/11/2015, Mathieu Lirzin wrote: > Hi, > > Alex Vong writes: > >> However, there is a little problem. When I run "haunt build -c >> guixsd.scm", >> > [...] >> In unknown file: >>?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (www)) #f] >> >> ERROR: In procedure scm-error

Re: [PATCH] website: Add support for Haunt.

2015-11-10 Thread Mathieu Lirzin
Hi, Alex Vong writes: > However, there is a little problem. When I run "haunt build -c guixsd.scm", > [...] > In unknown file: >?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (www)) #f] > > ERROR: In procedure scm-error: > ERROR: no code for module (www) [...] > This are my inst

Re: [PATCH] website: Add support for Haunt.

2015-11-10 Thread Alex Vong
Hi, Thanks for making this! I think miss this announcement last week. However, there is a little problem. When I run "haunt build -c guixsd.scm", I get the following: alexvong1995@debian:~/guix-artwork/website$ haunt build -c guixsd.scm Backtrace: In ice-9/boot-9.scm: 1724: 19 [%start-stack loa

Re: [PATCH] website: Add support for Haunt.

2015-11-09 Thread Thompson, David
On Sat, Nov 7, 2015 at 6:04 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Fri, Nov 6, 2015 at 3:47 PM, Ludovic Courtès wrote: > > [...] > WARNING: Haunt builds the site afresh at each 'haunt build' run, which means that it deletes everything in the build directory fir

Re: [PATCH] website: Add support for Haunt.

2015-11-07 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, Nov 6, 2015 at 3:47 PM, Ludovic Courtès wrote: [...] >>> WARNING: Haunt builds the site afresh at each 'haunt build' run, which >>> means that it deletes everything in the build directory first. Will >>> that be an issue here? >> >> That should be fine. >

Re: [PATCH] website: Add support for Haunt.

2015-11-06 Thread Thompson, David
On Fri, Nov 6, 2015 at 3:47 PM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Thu, Nov 5, 2015 at 4:25 PM, Ludovic Courtès wrote: >>> Mathieu Lirzin skribis: >>> +Building the website depends on the static site generator: + + - [[http://haunt.dthompson.us/][Haunt]]

Re: [PATCH] website: Add support for Haunt.

2015-11-06 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, Nov 5, 2015 at 4:25 PM, Ludovic Courtès wrote: >> Mathieu Lirzin skribis: >> >>> +Building the website depends on the static site generator: >>> + >>> + - [[http://haunt.dthompson.us/][Haunt]] >>> + >>> +To build the site, run ‘haunt build -c guixsd.scm’ to

Re: [PATCH] website: Add support for Haunt.

2015-11-06 Thread Luis Felipe López Acevedo
On 2015-11-06 09:28, Thompson, David wrote: On Thu, Nov 5, 2015 at 6:50 PM, Mathieu Lirzin wrote: Hi, "Thompson, David" writes: On Thu, Nov 5, 2015 at 4:25 PM, Ludovic Courtès wrote: [...] Does the generated HTML change as a result of using Haunt? Not as far as I can tell by looking at

Re: [PATCH] website: Add support for Haunt.

2015-11-06 Thread Thompson, David
On Thu, Nov 5, 2015 at 6:50 PM, Mathieu Lirzin wrote: > Hi, > > "Thompson, David" writes: > >> On Thu, Nov 5, 2015 at 4:25 PM, Ludovic Courtès wrote: > [...] >>> Does the generated HTML change as a result of using Haunt? >> >> Not as far as I can tell by looking at the patch. >> >> I'm not 100%

Re: [PATCH] website: Add support for Haunt.

2015-11-05 Thread Mathieu Lirzin
Hi, "Thompson, David" writes: > On Thu, Nov 5, 2015 at 4:25 PM, Ludovic Courtès wrote: [...] >> Does the generated HTML change as a result of using Haunt? > > Not as far as I can tell by looking at the patch. > > I'm not 100% sure if Haunt really buys us anything in the case of this > site. Ma

Re: [PATCH] website: Add support for Haunt.

2015-11-05 Thread Thompson, David
On Thu, Nov 5, 2015 at 4:25 PM, Ludovic Courtès wrote: > Mathieu Lirzin skribis: > >> +Building the website depends on the static site generator: >> + >> + - [[http://haunt.dthompson.us/][Haunt]] >> + >> +To build the site, run ‘haunt build -c guixsd.scm’ to compile all of >> +the HTML pages. T

Re: [PATCH] website: Add support for Haunt.

2015-11-05 Thread Ludovic Courtès
Mathieu Lirzin skribis: > +Building the website depends on the static site generator: > + > + - [[http://haunt.dthompson.us/][Haunt]] > + > +To build the site, run ‘haunt build -c guixsd.scm’ to compile all of > +the HTML pages. To view the results, run ‘haunt serve -c guixsd.scm’ > +and visit

Re: [PATCH] website: Add support for Haunt.

2015-11-03 Thread Daniel Pimentel
Hi Mathieu and Guix, Thanks to Alex Vong's impulse, I have implemented a first step in the use of Dave Thompson's site generator Haunt (http://haunt.dthompson.us/) for the GuixSD website. It's great! Dave helped me to build website with Haunt. I builded my website with Haunt (git): https:/

Re: [PATCH] website: Add support for Haunt.

2015-11-03 Thread Thompson, David
On Tue, Nov 3, 2015 at 4:26 PM, Mathieu Lirzin wrote: > Hello Guix, > > Thanks to Alex Vong's impulse, I have implemented a first step in the > use of Dave Thompson's site generator Haunt (http://haunt.dthompson.us/) > for the GuixSD website. Wow, cool! I'm surprised at how little code is needed

[PATCH] website: Add support for Haunt.

2015-11-03 Thread Mathieu Lirzin
er objects tweaking. -- Mathieu Lirzin >From cb8c7cde36d46d226fbe1f7f553304e850ef43ac Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Tue, 3 Nov 2015 22:02:07 +0100 Subject: [PATCH] website: Add support for Haunt. This provides a simple way to build the website locally. * website/guixsd.