From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: david larsson Newsgroups: gmane.lisp.guile.user Subject: Re: Static site generator Date: Fri, 13 Jan 2023 20:36:21 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18528"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org, guile-user-bounces+david.larsson=selfhosted.xyz@gnu.org To: James Crake-Merani Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Jan 13 20:37:23 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 1pGPrd-0004YQ-BP for guile-user@m.gmane-mx.org; Fri, 13 Jan 2023 20:37:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGPr7-0005iS-T6; Fri, 13 Jan 2023 14:36:49 -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 1pGPqy-0005gD-I9; Fri, 13 Jan 2023 14:36:42 -0500 Original-Received: from server0.selfhosted.xyz ([217.64.149.7]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGPqw-00023h-EE; Fri, 13 Jan 2023 14:36:40 -0500 Original-Received: from server0.selfhosted.xyz (localhost [127.0.0.1]) by server0.selfhosted.xyz (Postfix) with ESMTP id 073332E4C524; Fri, 13 Jan 2023 20:36:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=selfhosted.xyz; s=dkim; t=1673638587; bh=UxSMAXeXR5y1xu7zfmeqxQNrTbOS9SNyzsJKe6ydm34=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=1qCOEejq1DwvBeYFBZ9QqXZ0aVLSxqjlsk3PyHKQ3w3rQn5jQsFw0H+S/u/vNWQoq 6QAFjwJhcFY/cU1z6Zirp3IYKBDPz1BlCavppYUqb2Weemnk3h4fm2EAmNl+wnSEic 5UmwTWgSpvPnHTjYwuBVoh/zAQS6uDWjMdMJYxuIMnU0riCxqXxetAA9pdA5XOJefM 0Qp/6AnHoO1t4+Ilwjrah2iM5gzt2ho/zGrPzl/iZvjp5D6nI2mCT22dLCRG1gIprG mab36FcFwHHnm74bSNhLYmLUlU7NwLe1lJ9IW4nd2UExYxD+BTjJz0O63582Q/OpSr 0ZAv8cqSDjsTA== X-Fuglu-Suspect: da9dea8b79b54cc98a91b2081e2e90d7 X-Fuglu-Spamstatus: NO Original-Received: from webmail.selfhosted.xyz (office.selfhosted.xyz [192.168.1.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mail@selfhosted.xyz) by server0.selfhosted.xyz (Postfix) with ESMTPSA; Fri, 13 Jan 2023 20:36:21 +0100 (CET) In-Reply-To: X-Sender: david.larsson@selfhosted.xyz Received-SPF: pass client-ip=217.64.149.7; envelope-from=david.larsson@selfhosted.xyz; helo=server0.selfhosted.xyz X-Spam_score_int: -38 X-Spam_score: -3.9 X-Spam_bar: --- X-Spam_report: (-3.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_PDS_OTHER_BAD_TLD=0.01 autolearn=ham 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:18868 Archived-At: On 2023-01-13 18:03, 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, > > James Crake-Merani Im not sure this fully qualifies as a static site generator, but there is also Tekuti: https://wingolog.org/projects/ I experimented with using it a bit, but couldn't stave off spam posters, so almost forgot about it. At the time I wrote some org-to-xml.scm script which I have laying around so I could write blog entries in emacs org-mode. I haven't used it in quite a while though. Best regards, David