From 731d718cb54e2bda4e6d598c54fe9b9916d15481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9B=A7=F0=9D=95=AC=F0=9D=95=B7=F0=9D=96=84=F0=9D=96=83?= =?UTF-8?q?=E2=9B=A7?= <179976644+alyxshang@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:18:49 +0200 Subject: [PATCH] Added the Mandy static-site generator. (#192) Mandy is a static-site generator I wrote a long time ago and have new updates in the works for. She's very easy to use, very extensible, and very fast. Could you add her, please? :heart: If you need proof of a live site, my own personal website uses Mandy. Link to the repo is [here](https://github.com/alyxshang/alyxshang.boo). --------- Co-authored-by: Myles Braithwaite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfea15a..3ebe44b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A static web site generator is an application that takes plain text files and co - [Krems](https://github.com/mreider/krems) - A simple, lightweight static site generator for Markdown, with live preview, and GitHub Pages compatibility. `#Ruby` - [Makesite](https://github.com/sunainapai/makesite) - Simple, lightweight, and magic-free static site/blog generator (< 130 lines) for Python coders `#Python` - [Marmite](https://github.com/rochacbruno/marmite) - Zero Config, Simple and fast, just run it on a folder with markdown files and done! `#Rust` +- [Mandy](https://github.com/alyxshang/mandy) - A light and fast static-site generator. :sparkles: :fire: - `#Rust` - [mkws](https://mkws.sh) - simple static site generator `#sh` - [Nikola](https://getnikola.com/) - `#Python` - [Octopress](https://github.com/imathis/octopress) - Similar to Jekyll but where everything you need is already setup. - `#Ruby` `#Jekyll`