Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: readme badge links

Princesseuh fd5bf515 5e5347cb

+3 -3
+3 -3
README.md
··· 2 2 3 3 > A dire coronation, a situation where nobility, power, or status becomes inextricably tied to disastrous circumstances. 4 4 5 - ![Website](https://img.shields.io/website?url=https%3A%2F%2Fmaudit.org&up_message=maudit.org&down_message=maudit.org&label=www) 6 - ![Crates.io License](https://img.shields.io/crates/l/maudit) 5 + [![Website](https://img.shields.io/website?url=https%3A%2F%2Fmaudit.org&up_message=maudit.org&down_message=maudit.org&label=www)](https://maudit.org) 6 + [![Crates.io License](https://img.shields.io/crates/l/maudit)](https://github.com/bruits/maudit/blob/main/LICENSE) 7 7 [![Build Status](https://github.com/bruits/maudit/workflows/CI/badge.svg)](https://github.com/bruits/maudit/actions) 8 8 [![Current Crates.io Version](https://img.shields.io/crates/v/maudit.svg)](https://crates.io/crates/maudit) 9 9 [![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/bruits/maudit) 10 - ![Discord](https://img.shields.io/discord/1323452220817014876) 10 + [![Discord](https://img.shields.io/discord/1323452220817014876)](https://maudit.org/chat/) 11 11 12 12 A library for generating static websites with Rust. 13 13