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