blogatto 4.0.0
4.0.0
Released on 2026-03-16
⚠ Breaking Changes
- auto generate
slugif missing from frontmatterslugis no more required. User has nothing to change to their code though.
Added
- 💥 auto generate
slugif missing from frontmatterslugis no more a required field in the frontmatter. If missing it is automatically generated by slugifying the post title- build-time syntax - highlighting via smalto
Add syntax highlighting support for code blocks during static site
generation using the smalto library. Closes #27
Documentation
- typo in
gleam runcommand and conventional use ofdevfor setting up the dev server (#2)- Fixes "build" to "run" which it should be.
- Also a proposal for where to put and how to name the dev module, so it can be run with
gleam devdirectly. This follows the convention in Gleam projects (since Gleam 1.11: https://gleam.run/news/gleam-javascript-gets-30-percent-faster/).
Edited and submitted with the online editor in Forgejo so squash the commits together as I didn't find a way to do that myself. 😁
Build
- mist 6