My blog rebirth

1 minute read Published: 2025-11-10

This blog rebirth is now nearly achieved. I still have to modify a few posts (~40) to integrate them here. Most of them are in French, nearly all links are broken and most of the images were lost while using DotClear (and may be when I migrated from it to Hugo)

It uses Zola with radion theme. I love it.

Code highlighting seems to be correct:

3let highlight = true;
4/// Site type enumeration.
5#[derive(Debug, PartialEq, Eq)]
6pub enum SiteType {
7 NotNamed(PureHtml),
8 H5ai(String), // from https://github.com/lrsjng/h5ai
9 Snt, // SNT index generator from https://snt.utwente.nl/en/
10 MiniServe(String), // Miniserv file server from https://crates.io/crates/miniserve
11 None,
12}

Keep in touch, I hope to post some content at least more than these last few years…