Blog posts

Articles, insights, and experiments from the Epigrapho projects.

Zola Multilingual Setup

2025-08-20

Zola is the static site generator that powers this website. It derives routing from the structure of content Markdown files, and supports multilingual websites out of the box. In this article I share a few tricks I used to configure it properly.

An Interactive BNF Grammar Playground in Rust (Leptos & Trunk)

2025-08-13

Rust offers very good BNF parsers, but they are generally designed for the backend. With WebAssembly compilation, this is no longer really a problem. In this article, we build the foundations of an interactive sandbox with Leptos and Trunk to debug BNF entirely in the browser.