From 3269e7dd69a5c1982d486a0d73cd42d137e07cc1 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 13 Feb 2025 01:09:25 -0800 Subject: [PATCH] Add a second static site generator --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5b00b47..7693084 100644 --- a/readme.md +++ b/readme.md @@ -354,7 +354,7 @@ For more on the differences (particularly between `lanes` and `luaproc`), see th ### Miscellaneous - [MoonScript](http://moonscript.org/) - Moonscript is a dynamic scripting language that compiles to Lua. It reduces verbosity and provides a rich set of features like comprehensions and classes. Its author calls it 'CoffeeScript for Lua'. - [sitegen](http://leafo.net/sitegen/) - A static site generator which uses MoonScript and supports HTML and Markdown, page grouping, and plugins. - +- [gen_site](https://git.sr.ht/~akkartik/gen_site) - A minimalist static site generator for people willing to edit raw HTML. ## Resources