From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: James Crake-Merani Newsgroups: gmane.lisp.guile.user Subject: Re: Static site generator Date: Fri, 13 Jan 2023 18:40:27 +0000 Message-ID: <5636cba0-2ab3-da05-0aa9-9effef2da5c2@jamescm.co.uk> References: <446f1038-fb60-3ced-c166-95443f161083@jackhill.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7269"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Cc: guile-user@gnu.org To: Jack Hill , olivier.dion@polymtl.ca Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Jan 13 19:41:28 2023 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pGOzV-0001d3-6P for guile-user@m.gmane-mx.org; Fri, 13 Jan 2023 19:41:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGOz4-000473-0P; Fri, 13 Jan 2023 13:40:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGOz1-00046a-Sr for guile-user@gnu.org; Fri, 13 Jan 2023 13:40:56 -0500 Original-Received: from [178.62.35.155] (helo=jamescm.co.uk) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGOyx-00052o-Pg for guile-user@gnu.org; Fri, 13 Jan 2023 13:40:54 -0500 Original-Received: from [192.168.1.85] (host86-171-194-47.range86-171.btcentralplus.com [86.171.194.47]) by jamescm.co.uk (Postfix) with ESMTPSA id DAABE60DAD; Fri, 13 Jan 2023 18:40:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=jamescm.co.uk; s=mail; t=1673635249; bh=p9lLPL+B0penfcK5ouFHH9wvNfCdhTxbhNPda0l6I74=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=JQOXXkTmZMp+NID3LwW+Nfa/0K7DK/FlIq5MS6wj5Pq5Rd007A22n0ZFdmciz98oQ 5blGZa0FgdHu5/z8Nj0QvgO9N5IxZoibPitLlbnJmeoawF6tS0Wjg1fgK42Wnd5mk6 dHn22qeslij81y1y31jd1ivQcaMjm6j9nTb/XxqsozGLDzRtE4Q5ItyWznTjqHusSo lrvJgcb1Mn/7cBh+n07nLM24NvqL1s39dJsPJUAWrK+VF83sYx2ooY55Z9jyHHufKB bWjAIhjDbgyeqlcW2tpkAgd+wzKDELuMpHl4G4DML077o4a6xFD4u0VD5XvTiuLoiR cfJAXwrROvtnA== Content-Language: en-US In-Reply-To: <446f1038-fb60-3ced-c166-95443f161083@jackhill.us> X-Host-Lookup-Failed: Reverse DNS lookup failed for 178.62.35.155 (failed) Received-SPF: pass client-ip=178.62.35.155; envelope-from=james@jamescm.co.uk; helo=jamescm.co.uk X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, NICE_REPLY_A=-0.001, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18866 Archived-At: On 13/01/2023 17:53, Jack Hill wrote: > On Fri, 13 Jan 2023, James Crake-Merani wrote: > >> Hi, >> >> I was wondering if you guys are aware of any static site generators >> written in Guile. I'm looking for something that can be extended in >> Guile so I can write my own code for it in Scheme. I'm aware of GNU >> Artanis but to my knowledge this is only for dynamic websites if I'm >> not mistaken. >> >> Thanks, > > Hi James, > > You probably want to check out Haunt > > > Best, > Jack Hi, Thank you two. Haunt looks like exactly what I'm looking for!