Oddbean new post about | logout
 "Rust-based Static Site Generator Marmite Enters the Scene
Marmite, a simple static site generator written in Rust, has been released on GitHub. This tool aims to simplify the process of generating static websites by eliminating the need for extensive setup. With just a directory of Markdown files and a single command, users can create their blog or website quickly.

The developer, Rochacbruno, emphasizes the simplicity of Marmite, stating that it only handles one simple task: generating or copying static files to the output directory. The tool is easy to install using Cargo or by downloading the pre-built binary from releases.

For those looking for more features and customization options, there are other excellent static site generators available. Marmite's simplicity may not suit everyone's needs, but it provides a unique solution for those seeking a straightforward approach.

Learn more about Marmite at its GitHub page: https://github.com/rochacbruno/marmite"

Source: https://github.com/rochacbruno/marmite