Discussion:
Haunt load path
Catonano
2018-01-14 07:44:37 UTC
Permalink
I have a naive question (as usual)

I'm trying David Thompson's Haunt static site builder

In my blog root I made a "scheme/builder/blog.scm" path

and blog.scm contains a builder called "my-builder"

my-builder is copied from the built in builder that comes with Haunt

I just copied and pasted it and changed its name

haunt build can't reach it

I understood that my blog root was being added to the load path

What is going on here ?

Thanks
Catonano
2018-01-22 15:30:18 UTC
Permalink
Post by Catonano
I have a naive question (as usual)
I'm trying David Thompson's Haunt static site builder
In my blog root I made a "scheme/builder/blog.scm" path
and blog.scm contains a builder called "my-builder"
my-builder is copied from the built in builder that comes with Haunt
I just copied and pasted it and changed its name
haunt build can't reach it
I understood that my blog root was being added to the load path
What is going on here ?
Thanks
I managed to make it work

Thanks anyway

Loading...