Help with an Autotools/Guile project skeleton

2025-03-21 Thread Nikolaos Chatzikonstantinou
Hello list, I have the following project skeleton using Autotools and Guile: . I've mostly gotten it right, except that I can't figure out how to install the "app". I can install the library (under src/) successfully, but I'm n

Re: How to include global HTML attributes in posts in Haunt Static Site Generator

2025-03-21 Thread Pon Arun Kumar R
Thank you Tomas and Dave for sharing your inputs! I tried the following steps 1. Downloaded haunt-0.3.0.tar.gz 2. Extracted the source code tar -xvzf haunt-0.3.0.tar.gz 3. tried ./configure 4. Installed guile-3.0-dev using apt-get install guile-3.0-dev 5. export PKG_CONFIG_PATH=/usr/lib/x86_64-lin

Re: How to include global HTML attributes in posts in Haunt Static Site Generator

2025-03-21 Thread Thompson, David
On Fri, Mar 21, 2025 at 10:05 AM Pon Arun Kumar R wrote: > > Thank you Tomas and Dave for sharing your inputs! > > I tried the following steps > 1. Downloaded haunt-0.3.0.tar.gz > 2. Extracted the source code tar -xvzf haunt-0.3.0.tar.gz > 3. tried ./configure > 4. Installed guile-3.0-dev using ap

Re: How to include global HTML attributes in posts in Haunt Static Site Generator

2025-03-21 Thread Thompson, David
On Thu, Mar 20, 2025 at 5:50 PM Tomas Volf <~@wolfsden.cz> wrote: > > Pon Arun Kumar R writes: > > > Questions: > > 1. Which module in haunt needs to be modified? is it the module where the > > metadata key value pairs are passed on to render the html? > > I do not think there is anything in haunt