Currently working on https://maudit.org and https://github.com/bruits/sampo
Markdown, syntax highlight, components in Markdown, image processing, dev server, typed content, and more!
I hope you'll give it a try! And even if not, I'd love if you dropped a star: github.com/bruits/maudit
Markdown, syntax highlight, components in Markdown, image processing, dev server, typed content, and more!
I hope you'll give it a try! And even if not, I'd love if you dropped a star: github.com/bruits/maudit
Thanks to @rolldown.rs, a super fast JavaScript and CSS bundler, Maudit has top-notch support for the modern web ecosystem.
Use your favorite libraries from npm to power and style (you know, Tailwind) your website efficiently, without needing to setup anything yourself.
Thanks to @rolldown.rs, a super fast JavaScript and CSS bundler, Maudit has top-notch support for the modern web ecosystem.
Use your favorite libraries from npm to power and style (you know, Tailwind) your website efficiently, without needing to setup anything yourself.
Maudit join the club of super-fast SSGs. Trivially build thousands of pages in less than a second.
Even this early with little to no real work done on optimisation, Maudit goes even or is sometimes even faster than other native options.
Maudit join the club of super-fast SSGs. Trivially build thousands of pages in less than a second.
Even this early with little to no real work done on optimisation, Maudit goes even or is sometimes even faster than other native options.
SSGs often force you into their own patterns, their rendering code is hidden away, you can't hook into the build etc.
A Maudit project is a normal Rust project, it has a `main.rs`, you can use any Rust things you like before, during, after the build.
SSGs often force you into their own patterns, their rendering code is hidden away, you can't hook into the build etc.
A Maudit project is a normal Rust project, it has a `main.rs`, you can use any Rust things you like before, during, after the build.