Rust library to generate static websites
at main 30 lines 2.3 kB view raw view rendered
1# Maudit <img align="right" valign="center" width="89" height="75" src="https://raw.githubusercontent.com/bruits/maudit/main/.github/assets/logo_light.svg#gh-dark-mode-only" alt="Logo of Maudit, a crudely crown" /> <img align="right" valign="center" width="89" height="75" src="https://raw.githubusercontent.com/bruits/maudit/main/.github/assets/logo.svg#gh-light-mode-only" alt="Logo of Maudit, a crudely crown" /> 2 3> A dire coronation, a situation where nobility, power, or status becomes inextricably tied to disastrous circumstances. 4 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[![Build Status](https://github.com/bruits/maudit/workflows/CI/badge.svg)](https://github.com/bruits/maudit/actions) 8[![Current Crates.io Version](https://img.shields.io/crates/v/maudit.svg)](https://crates.io/crates/maudit) 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)](https://maudit.org/chat/) 11 12A library for generating static websites with Rust. 13 14## Quick links 15 16🌍 Visit our [website](https://maudit.org) to read the [documentation](https://maudit.org/docs) and our [news](https://maudit.org/news) 17 18📦 See the [crate](https://crates.io/crates/maudit) on Crates.io, and the [reference](https://docs.rs/maudit/latest/maudit/) on Docs.rs. 19 20🐛 [Report a bug](https://github.com/bruits/maudit/issues), please read our [contributing guidelines](https://github.com/bruits/maudit/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/bruits/maudit/blob/main/CODE_OF_CONDUCT.md) first. 21 22💬 Join the discussion on [Github](https://github.com/bruits/maudit/discussions) and [Discord](https://maudit.org/chat/), if you have any questions, ideas, or suggestions. 23 24## Contributing 25 26Contributions are welcome! See our [Contributor Guide](https://github.com/bruits/maudit/blob/main/CONTRIBUTING.md) for help getting started. 27 28# License 29 30Maudit is licensed under [the MIT License](https://opensource.org/license/MIT). See [LICENSE](LICENSE) for details.