From 25d6173b917d041f18eb7642fbf87ada4008092a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 24 Feb 2025 08:33:10 -0800 Subject: [PATCH] Add gen_site, a zero-dependency tool in Lua (#187) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5385792..454c544 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ A static web site generator is an application that takes plain text files and co - [Dewar](https://github.com/tfpk/dewar) - A flask-like static site generator. - `#Python` - [Elder.js](https://elderguide.com/tech/elderjs/) - An opinionated, SEO focused, static site generator for Svelte.js. - `#JavaScript` `#Node.js` `#Svelte.js` - [Flask-Frozen](https://github.com/SimonSapin/Frozen-Flask) - Freezes a Flask application into a set of static files. - `#Python` `#Flask` +- [gen_site](https://git.sr.ht/~akkartik/gen_site) - Extremely minimalist site generator for people willing to edit raw HTML. - `#Lua` - [Gaiden](https://github.com/kobo/gaiden) - A tool that makes it easy to create documentation with Markdown. - `#Groovy` - [Gatsby](https://github.com/gatsbyjs/gatsby) - `#JavaScript` `#Node.js` `#React.js` - [Goldsmith](https://github.com/FooSoft/goldsmith) - Fast and simple pipeline-based static site generator, extensible via plugins. `#Go`