Rust library to generate static websites
5
fork

Configure Feed

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

chore: changeset

+26 -1
+5
.sampo/changesets/ardent-seer-tapio.md
··· 1 + --- 2 + maudit: patch 3 + --- 4 + 5 + Refactored syntax highlighting into a `highlight_code` function that can be used independently of Markdown rendering
+5
.sampo/changesets/fearless-warden-tuoni.md
··· 1 + --- 2 + maudit: patch 3 + --- 4 + 5 + Fixed escaped shortcodes (i.e. `\{{ shortcode }}`) not rendering correctly
+5
.sampo/changesets/pompous-witch-marjatta.md
··· 1 + --- 2 + maudit: patch 3 + --- 4 + 5 + Assets' `url` method now always return `String` instead of `Option<String>`
+5
.sampo/changesets/stern-runesmith-aurelien.md
··· 1 + --- 2 + maudit: patch 3 + --- 4 + 5 + Update Rolldown version
+5
.sampo/changesets/sullen-witch-ahti.md
··· 1 + --- 2 + maudit: patch 3 + --- 4 + 5 + Improve performance when building many pages, especially when the pages are lightweight
+1 -1
website/src/routes/index.rs
··· 24 24 impl Route for Index { 25 25 fn render(&self, ctx: &mut PageContext) -> impl Into<RenderResult> { 26 26 let features = [ 27 - ("Performant", "Generate a site with thousands of pages in seconds using minimal resources."), 27 + ("Performant", "Generate a site with thousands of pages in less than a second using minimal resources."), 28 28 ("Content", "Bring your content to life with built-in support for Markdown, custom components, syntax highlighting, and more."), 29 29 ("Style your way", "Style with plain CSS, or opt for frameworks and preprocessors such as Tailwind."), 30 30 ("Powerful routing", "Flexible and powerful routing system allows you to create complex sites with ease."),