Rust library to generate static websites
5
fork

Configure Feed

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

fix(docs): title level

+1 -1
+1 -1
website/content/docs/philosophy.md
··· 14 14 15 15 **Maudit is about making static websites**. It has no higher goals than that. It won't try to become a server-side rendering framework, a hybrid framework, or anything else. This focus allows us to make the best static website generator we can. 16 16 17 - ## Your website changes less often than its content 17 + ### Your website changes less often than its content 18 18 19 19 Many parts of Maudit projects are written in Rust, a compiled language, thus requiring recompilation for changes. This overhead is justified by the assumption that structural changes are less frequent than content updates. For example, in a blog, new articles are more common than layout changes. 20 20