v1.0.0 — Last release for Zola <0.22
v1.0.0
This release marks the last version of radion compatible with Zola versions prior to 0.22 (0.20.0–0.21.x).
Highlights
- Class-based syntax highlighting via syntect (
highlight_theme = "css") - Light/dark mode with toggle support
- Search bar with ElasticLunr
- LaTeX/MathJax support
- Giscus comment integration
- Custom fonts (Google Fonts, Fontsource, ZeoSeven, custom CSS)
- Code block copy-to-clipboard with language labels
- Table of contents, footnotes, Open Graph metadata, and more
For users on Zola <0.22
Add the theme at this tag in your project:
git submodule add -b main https://github.com/micahkepe/radion.git themes/radion
cd themes/radion
git checkout v1.0.0
Going forward
Future development on main targets Zola ≥0.22, which introduces breaking changes to syntax highlighting (giallo replaces syntect). See #47 for details.