Add litestatic (#194)

Add my static site generator litestatic

Co-authored-by: Alice <4895631-alicela1n@users.noreply.gitlab.com>
This commit is contained in:
Alice
2025-06-16 09:30:02 -07:00
committed by GitHub
parent 1133afda87
commit fbe49828ab

View File

@@ -52,6 +52,7 @@ A static web site generator is an application that takes plain text files and co
- [Jekyll](https://github.com/jekyll/jekyll) - Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. - `#Ruby`
- [Journey](https://github.com/kabukky/journey) - `#Go`
- [Krems](https://github.com/mreider/krems) - A simple, lightweight static site generator for Markdown, with live preview, and GitHub Pages compatibility. `#Ruby`
- [Litestatic](https://gitlab.com/alicela1n/litestatic) - Tiny lightweight static site generator written in Python that uses markdown and liquid to generate a website. `#Python`
- [Makesite](https://github.com/sunainapai/makesite) - Simple, lightweight, and magic-free static site/blog generator (< 130 lines) for Python coders `#Python`
- [Mandy](https://github.com/alyxshang/mandy) - A light and fast static-site generator. :sparkles: :fire: - `#Rust`
- [Marmite](https://github.com/rochacbruno/marmite) - Zero Config, Simple and fast, just run it on a folder with markdown files and done! `#Rust`