diff options
author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-06-14 13:48:40 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-06-14 13:48:40 +0200 |
commit | e4a8a804aa5353bcaa4403da291e02bd9fcd22db (patch) | |
tree | 140e3b62e66c10952392c6c1bb36104d40d4e24a /content/posts/shadesofblue/_index.md |
initial version
Diffstat (limited to 'content/posts/shadesofblue/_index.md')
-rw-r--r-- | content/posts/shadesofblue/_index.md | 34 |
1 files changed, 34 insertions, 0 deletions
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 |