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:
let highlight = true;
/// Site type enumeration.
#[derive(Debug, PartialEq, Eq)]
pub enum SiteType {
NotNamed(PureHtml),
H5ai(String), // from https://github.com/lrsjng/h5ai
Snt, // SNT index generator from https://snt.utwente.nl/en/
MiniServe(String), // Miniserv file server from https://crates.io/crates/miniserve
None,
}
Keep in touch, I hope to post some content at least more than these last few years…