From e4a8a804aa5353bcaa4403da291e02bd9fcd22db Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 14 Jun 2025 13:48:40 +0200 Subject: initial version --- content/posts/shadesofblue/_index.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/posts/shadesofblue/_index.md (limited to 'content/posts/shadesofblue/_index.md') diff --git a/content/posts/shadesofblue/_index.md b/content/posts/shadesofblue/_index.md new file mode 100644 index 0000000..b939eb5 --- /dev/null +++ b/content/posts/shadesofblue/_index.md @@ -0,0 +1,34 @@ ++++ +title = "Shades of Blue" ++++ + +The italien jazz spirit with the heart in the alps. + +content using the provided templates. +Thanks to [zero-copy](https://serde.rs/lifetimes.html#borrowing-data-in-a-derived-impl) deserialisation +and the [Ramhorns](https://github.com/maciejhirsz/ramhorns) templating engine, +it renders the whole site in milliseconds, possibly more than +[20 times](https://github.com/grego/ssg-bench) faster than other generators like Hugo. + +It's made for easy setup and use. A static site generator should be a no brainer. +It uses [mustache](https://mustache.github.io/mustache.5.html) templates with extremely minimal +and obvious syntax (like 7 rules!), providing the necessary building blocks +to let you focus on your content. + +## Features +* Powerful plugin system +* Themes +* Image gallery generation +* [CommonMark](https://commonmark.org) markdown with tables and footnotes for content +* Automatic syntax highlighting using [cmark-syntax](https://github.com/grego/cmark-syntax) + (with a possibility of turning LaTeX formulas into [MathML](https://developer.mozilla.org/docs/Web/MathML)) +* Customizable taxonomies (like categories or tags) +* Pagination +* Breadcrumbs +* Asset colocation +* Table of contents with access to all of the site data +* Automatic sitemap, Atom and RSS feed generation + +## Why not _`blades`_? +Unlike other monolithic generators, Blades is modest in its scope. All it does is generating your site. +It do \ No newline at end of file -- cgit v1.2.3