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 >

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)

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

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))

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

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

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

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

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]] >>> + >>>

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

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

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

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

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

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):