grug

A static website generator written for Guile Scheme
Log | Files | Refs | README | LICENSE

commit bc7c554b3d412bc71c2f1ab95800b0abfb662deb
parent d14877c05b5a273e3eb3e7b3f505ec8498bc89d8
Author: Luke Willis <lukejw@loquat.dev>
Date:   Tue, 19 Aug 2025 03:59:28 -0400

Wrap README.md

Diffstat:
MREADME.md | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,12 @@ # Grug -A simple static site generator, written with [Guile](https://www.gnu.org/software/guile/), inspired by [haunt](https://dthompson.us/projects/haunt.html) +A simple static site generator, written with +[Guile](https://www.gnu.org/software/guile/), inspired by +[haunt](https://dthompson.us/projects/haunt.html) ## Why? -I am learning to work with Guile. I originally had a simple shell script that used cmark to generate static pages for my website, but I quickly reached limitations. I started to use haunt as my generator of choice, and I greatly enjoyed using it, but I struggled to understand how it actually worked on the inside. I figured that making a Guile program of my own would be a good step for me to take as a programmer. +I am learning to work with Guile. I originally had a simple shell script that +used cmark to generate static pages for my website, but I quickly reached +limitations. I started to use haunt as my generator of choice, and I greatly +enjoyed using it, but I struggled to understand how it actually worked on the +inside. I figured that making a Guile program of my own would be a good step +for me to take as a programmer.